summaryrefslogtreecommitdiff
path: root/graphics/mplayer/patches/patch-ae
blob: 1c82bef8fc8ef0ce79cac48c14ff917dab091d83 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- libao2/ao_alsa9.c.orig	Sat Jun 23 22:59:54 2001
+++ libao2/ao_alsa9.c	Mon Jul 30 22:10:09 2001
@@ -47,7 +47,7 @@
 static int alsa_fragcount = 8;
 
 /* to set/get/query special features/parameters */
-static int control(int cmd, int arg)
+static int control(int cmd, void* arg)
 {
     switch(cmd)
     {