mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-07 22:58:11 +00:00
b2f94dc732
channel set
16 lines
493 B
Plaintext
16 lines
493 B
Plaintext
*** tvcapture.c.orig Wed Sep 8 16:28:54 1999
|
|
--- tvcapture.c Wed Sep 8 16:29:38 1999
|
|
*************** char *TVCAPTUREGetTunerFreqSetName( TV_C
|
|
*** 686,693 ****
|
|
--- 686,695 ----
|
|
return "jpncable";
|
|
case CHNLSET_XUSSR:
|
|
return "xussr";
|
|
+ #ifdef CHNLSET_AUSTRALIA
|
|
case CHNLSET_AUSTRALIA:
|
|
return "australia";
|
|
+ #endif
|
|
default:
|
|
return NULL;
|
|
}
|