[Lunar-commits] <moonbase> gradio: fix build with recent v4l-utils

Zbigniew Luszpinski zbiggy at lunar-linux.org
Wed Apr 18 23:52:30 CEST 2012


commit d9d7c3db86d4da8c5c6fa46fe480db6cdfd78419
Author: Zbigniew Luszpinski <zbiggy at lunar-linux.org>
Date:   Wed Apr 18 23:52:30 2012 +0200

    gradio: fix build with recent v4l-utils
---
 audio/gradio/BUILD |    1 +
 1 file changed, 1 insertion(+)

diff --git a/audio/gradio/BUILD b/audio/gradio/BUILD
index 4e0f2dc..e32cdbb 100644
--- a/audio/gradio/BUILD
+++ b/audio/gradio/BUILD
@@ -2,6 +2,7 @@
 
   sedit 's@/usr/local@/usr@' Makefile &&
   sedit 's/NO_STD_COLOR/STD_COLOR/' Makefile &&
+  sedit 's at linux/videodev.h at libv4l1-videodev.h@' interface.c lowlevel.c &&
   # Set tuning step to 50kHz for better fine tuning (default USA station spacing is 200kHz, Europe 100kHz)
   sedit 's/GR_TUNER_STEP_LARGE 200/GR_TUNER_STEP_LARGE 50/' gradio.h &&
   default_build


More information about the Lunar-commits mailing list