[PATCH] Current HG broken AV7110 OSD support

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



When building current HG outside the kernel tree, the following patch is
required or else I get no OSD with my Nexus-S. The problem is that
CONFIG_DVB_AV7110_OSD gets set to "m". CONFIG_DVB_AV7110_OSD must be set to "y"
not "m" for OSD support to be compiled in.

BR.
--- v4l-dvb/v4l/scripts/make_noconfig.pl.orig	2006-04-16 22:32:26.000000000 -0700
+++ v4l-dvb/v4l/scripts/make_noconfig.pl	2006-04-16 22:31:01.000000000 -0700
@@ -55,7 +55,7 @@
 
 open OUT,">.myconfig";
 while ( my ($key, $value) = each(%config) ) {
-	if ($value eq "y") {
+	if (($value eq "y") && ($key ne "CONFIG_DVB_AV7110_OSD")) {
 		$value="m";
 	}
 	printf OUT "%-44s := %s\n",$key,$value;
_______________________________________________

linux-dvb@xxxxxxxxxxx
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb

[Index of Archives]     [Linux Media]     [Video 4 Linux]     [Asterisk]     [Samba]     [Xorg]     [Xfree86]     [Linux USB]

  Powered by Linux