summaryrefslogtreecommitdiff
path: root/graphics/mplayer/patches/patch-ad
blob: a1fe018f2a8ffe4f49bb4f1cb1add45e8c357348 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- libao2/ao_alsa5.c.orig	Tue Jun 12 18:13:26 2001
+++ libao2/ao_alsa5.c	Mon Jul 30 22:10:09 2001
@@ -41,7 +41,7 @@
 static int alsa_rate = SND_PCM_RATE_CONTINUOUS;
 
 /* to set/get/query special features/parameters */
-static int control(int cmd, int arg)
+static int control(int cmd, void* arg)
 {
     return(CONTROL_UNKNOWN);
 }