diff options
Diffstat (limited to 'multimedia/xine-lib/patches/patch-ba')
-rw-r--r-- | multimedia/xine-lib/patches/patch-ba | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/multimedia/xine-lib/patches/patch-ba b/multimedia/xine-lib/patches/patch-ba index 27165233d09..22c8777247e 100644 --- a/multimedia/xine-lib/patches/patch-ba +++ b/multimedia/xine-lib/patches/patch-ba @@ -1,8 +1,8 @@ -$NetBSD: patch-ba,v 1.2 2004/10/27 20:31:33 drochner Exp $ +$NetBSD: patch-ba,v 1.3 2005/07/29 16:09:11 drochner Exp $ ---- src/input/vcd/xineplug_inp_vcd.c.orig 2004-07-27 04:08:48.000000000 +0200 +--- src/input/vcd/xineplug_inp_vcd.c.orig 2005-07-17 23:50:00.000000000 +0200 +++ src/input/vcd/xineplug_inp_vcd.c -@@ -923,7 +923,7 @@ vcd_class_get_description (input_class_t +@@ -999,7 +999,7 @@ vcd_class_get_description (input_class_t static const char * vcd_class_get_identifier (input_class_t *this_gen) { dbg_print((INPUT_DBG_CALL|INPUT_DBG_EXT), "called\n"); @@ -10,4 +10,4 @@ $NetBSD: patch-ba,v 1.2 2004/10/27 20:31:33 drochner Exp $ + return strdup(SHORT_PLUGIN_NAME); } - /* + /* HACK until we put modify and put in vcdplayer. */ |