Patch to allow FXTV to compile on older Bt848 drivers without the Australian

channel set
This commit is contained in:
Roger Hardiman 1999-09-08 16:20:45 +00:00
parent a76a28aeab
commit b2f94dc732
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=21414
2 changed files with 30 additions and 0 deletions

View File

@ -0,0 +1,15 @@
*** 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;
}

View File

@ -0,0 +1,15 @@
*** 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;
}