From 39ce4dd0889c8fd0b0f9c464a68d38435de348da Mon Sep 17 00:00:00 2001 From: diego Date: Thu, 18 Feb 2010 10:26:39 +0000 Subject: [PATCH] Add header #include for print_wave_header() instead of a forward declaration. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30636 b3059339-0415-0410-9bf9-f77b7e298cf2 --- loader/dmo/DMO_AudioDecoder.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/loader/dmo/DMO_AudioDecoder.c b/loader/dmo/DMO_AudioDecoder.c index 55a597b2d7..37a32f2923 100644 --- a/loader/dmo/DMO_AudioDecoder.c +++ b/loader/dmo/DMO_AudioDecoder.c @@ -29,9 +29,9 @@ struct DMO_AudioDecoder #include #include "mp_msg.h" +#include "libmpdemux/aviprint.h" typedef long STDCALL (*GETCLASS) (GUID*, GUID*, void**); -void print_wave_header(WAVEFORMATEX *h, int verbose_level); DMO_AudioDecoder * DMO_AudioDecoder_Open(char* dllname, GUID* guid, WAVEFORMATEX* wf,int out_channels) //DMO_AudioDecoder * DMO_AudioDecoder_Create(const CodecInfo * info, const WAVEFORMATEX* wf)