diff options
Diffstat (limited to 'graphics/mplayer/patches/patch-aj')
-rw-r--r-- | graphics/mplayer/patches/patch-aj | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/mplayer/patches/patch-aj b/graphics/mplayer/patches/patch-aj new file mode 100644 index 00000000000..3d71963a338 --- /dev/null +++ b/graphics/mplayer/patches/patch-aj @@ -0,0 +1,11 @@ +--- libao2/ao_sdl.c.orig Wed Jun 27 15:40:15 2001 ++++ libao2/ao_sdl.c Mon Jul 30 22:10:10 2001 +@@ -120,7 +120,7 @@ + + + // to set/get/query special features/parameters +-static int control(int cmd,int arg){ ++static int control(int cmd,void* arg){ + return -1; + } + |