From babb07bcbec3674a3f542cf6ae3f2d6b212a3ed4 Mon Sep 17 00:00:00 2001 From: Daniel Caujolle-Bert Date: Mon, 25 Aug 2003 21:51:37 +0000 Subject: Reduce GCC verbosity (various prototype declaration fixes). ffmpeg, wine and fft*post are untouched (fft: for now). CVS patchset: 5310 CVS date: 2003/08/25 21:51:37 --- src/libflac/decoder_flac.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/libflac/decoder_flac.c') diff --git a/src/libflac/decoder_flac.c b/src/libflac/decoder_flac.c index 14ef172da..25b800abd 100644 --- a/src/libflac/decoder_flac.c +++ b/src/libflac/decoder_flac.c @@ -39,6 +39,8 @@ #define LOG 1 */ +#include "demux_flac.h" + typedef struct { audio_decoder_class_t decoder_class; } flac_class_t; @@ -420,9 +422,6 @@ static decoder_info_t dec_info_audio = { 5 /* priority */ }; -/* from demux_flac.c */ -void *demux_flac_init_class (xine_t *xine, void *data); - plugin_info_t xine_plugin_info[] = { /* type, API, "name", version, special_info, init_function */ { PLUGIN_DEMUX, 22, "flac", XINE_VERSION_CODE, NULL, demux_flac_init_class }, -- cgit v1.2.3