Mercurial > mplayer.hg
changeset 3316:bb1d608c73ae
LIBAO_PLUGIN_EXTERN expansion uses wrong type
author | steve |
---|---|
date | Tue, 04 Dec 2001 15:45:21 +0000 |
parents | bbd0a1c1262a |
children | 614b4525d275 |
files | libao2/audio_plugin_internal.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libao2/audio_plugin_internal.h Tue Dec 04 15:44:04 2001 +0000 +++ b/libao2/audio_plugin_internal.h Tue Dec 04 15:45:21 2001 +0000 @@ -5,7 +5,7 @@ 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,\