mirror of
https://github.com/mpv-player/mpv
synced 2024-11-03 03:19:24 +01:00
LIBAO_PLUGIN_EXTERN expansion uses wrong type
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3317 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
bc14bb79f1
commit
3493023bce
@ -5,7 +5,7 @@ static void uninit();
|
||||
static void reset();
|
||||
static int play();
|
||||
|
||||
#define LIBAO_PLUGIN_EXTERN(x) ao_functions_t audio_plugin_##x =\
|
||||
#define LIBAO_PLUGIN_EXTERN(x) ao_plugin_functions_t audio_plugin_##x =\
|
||||
{\
|
||||
&info,\
|
||||
control,\
|
||||
|
Loading…
Reference in New Issue
Block a user