aboutsummaryrefslogtreecommitdiff
path: root/graphics/fxtv/files/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/fxtv/files/patch-aa')
-rw-r--r--graphics/fxtv/files/patch-aa19
1 files changed, 0 insertions, 19 deletions
diff --git a/graphics/fxtv/files/patch-aa b/graphics/fxtv/files/patch-aa
deleted file mode 100644
index f68737fa1c4f..000000000000
--- a/graphics/fxtv/files/patch-aa
+++ /dev/null
@@ -1,19 +0,0 @@
-*** 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;
- }