From 733272b8a52ce63366e80034acd59021208635c1 Mon Sep 17 00:00:00 2001 From: roger Date: Wed, 8 Sep 1999 16:20:45 +0000 Subject: Patch to allow FXTV to compile on older Bt848 drivers without the Australian channel set --- multimedia/fxtv/files/patch-aa | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 multimedia/fxtv/files/patch-aa (limited to 'multimedia/fxtv') diff --git a/multimedia/fxtv/files/patch-aa b/multimedia/fxtv/files/patch-aa new file mode 100644 index 000000000000..a3dcb421af2e --- /dev/null +++ b/multimedia/fxtv/files/patch-aa @@ -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; + } -- cgit