From d65c8518dee9c4d4febb28b930b954db83b1c6ff Mon Sep 17 00:00:00 2001 From: alex Date: Fri, 21 Mar 2003 16:42:50 +0000 Subject: 64bit libao2 fix by Jens Axboe git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9634 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libao2/ao_esd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libao2/ao_esd.c') diff --git a/libao2/ao_esd.c b/libao2/ao_esd.c index 6f36662577..c7217088b9 100644 --- a/libao2/ao_esd.c +++ b/libao2/ao_esd.c @@ -74,7 +74,7 @@ static struct timeval esd_play_start; /* * to set/get/query special features/parameters */ -static int control(int cmd, int arg) +static int control(int cmd, void *arg) { esd_player_info_t *esd_pi; esd_info_t *esd_i; -- cgit v1.2.3