diff options
Diffstat (limited to 'graphics/mplayer/patches/patch-az')
-rw-r--r-- | graphics/mplayer/patches/patch-az | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/graphics/mplayer/patches/patch-az b/graphics/mplayer/patches/patch-az new file mode 100644 index 00000000000..2f32a07a816 --- /dev/null +++ b/graphics/mplayer/patches/patch-az @@ -0,0 +1,10 @@ +--- vcd_read.c.orig Tue Jun 12 10:53:32 2001 ++++ vcd_read.c Mon Jul 30 21:23:54 2001 +@@ -8,6 +8,7 @@ + static int sun_vcd_read(int, int*); + #endif + ++#define HAVE_VCD 1 + + static struct cdrom_tocentry vcd_entry; + |