1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-07 22:58:11 +00:00
freebsd-ports/graphics/fxtv/files/patch-aa
1999-09-08 16:20:45 +00:00

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;
}