mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-06 22:51:41 +00:00
c79e7ed839
This means FXTV should be able to compile on the really old Bt848 driver that ships with FreeBSD 2.2.8
20 lines
606 B
Plaintext
20 lines
606 B
Plaintext
*** tvcapture.c.orig Tue Sep 7 03:11:47 1999
|
|
--- tvcapture.c Wed Sep 8 17:46:13 1999
|
|
*************** char *TVCAPTUREGetTunerFreqSetName( TV_C
|
|
*** 684,693 ****
|
|
--- 684,697 ----
|
|
return "jpnbcst";
|
|
case CHNLSET_JPNCABLE:
|
|
return "jpncable";
|
|
+ #ifdef CHNLSET_XUSSR
|
|
case CHNLSET_XUSSR:
|
|
return "xussr";
|
|
+ #endif
|
|
+ #ifdef CHNLSET_AUSTRALIA
|
|
case CHNLSET_AUSTRALIA:
|
|
return "australia";
|
|
+ #endif
|
|
default:
|
|
return NULL;
|
|
}
|