Hello,
Please see following patch which fixes (well, more like workarounds)
compilation problem with dvb-apps application. This application contains couple
useful apps for dvb-t/c tuners. However, one test app uses now obsolete V4Lv1
API and this API was completely dropped in 2.6.38 Kernel and no longer
compiles. This patch simply removes "video" test app from Makefile. Video test
app captured dvbt/h video stream to a framebuffer device, so probably very few
people even use it. They probably use some other "real DVB frontend" apps.
best regards,
Mika
File: packages/multimedia/dvb-apps/ignore-video-testapp.patch
# packages/multimedia/dvb-apps/
#
# V4l version 1 Kernel API was dropped in 2.6.38 Kernel. All v4lv1 apps should
be
# ported to new v4lv2 API. This patch doesnt port Video test app (captures
video to FB display),
# but simply removes it from compilation (probably very few people even use
that optional test app).
#
--- dvb-apps/test/Makefile.vanilla 2011-09-07 14:14:04.389082921 +0300
+++ dvb-apps/test/Makefile 2011-09-07 14:14:33.387089955 +0300
@@ -10,7 +10,6 @@ TARGETS = \
sendburst \
setvoltage \
setpid \
- video \
test_sections \
test_sec_ne \
test_pes \
-----------------------------------------------------------
If you wish to unsubscribe from this mailing, send mail to
[email protected] with a subject of: unsubscribe t2