Hi,
CARDLIST has been broken (no cards listed at all) by changing struct initialization in bttv-cards.c
Please apply this fix.

Regards, Gunther

--- bttv-0.7.102/driver/Make.local      Wed Aug  7 14:15:48 2002
+++ bttv07102/driver/Make.local Fri Jan 10 22:25:40 2003
@@ -4,7 +4,7 @@

 list:
        @echo "bttv.o"
-       @grep name: bttv-cards.c | perl -ne '/"([^"]+)"/;printf("  card=%d - %s\n",$$i++,$$1)'
+       @grep "\.name.*=" bttv-cards.c | perl -ne '/"([^"]+)"/;printf("  card=%d - %s\n",$$i++,$$1)'
        @echo
        @echo "tuner.o"
        @grep "{ \"" tuner.c | perl -ne '/"([^"]+)"/;printf("  type=%d - %s\n",$$i++,$$1)'




--
video4linux-list mailing list
Unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/video4linux-list

Reply via email to