diff dec_audio.c @ 2563:fc124f9db88e

more cleanup, warnings fixed
author arpi
date Tue, 30 Oct 2001 17:38:09 +0000
parents 77a3f73c04d5
children 78e11396f431
line wrap: on
line diff
--- a/dec_audio.c	Tue Oct 30 17:29:27 2001 +0000
+++ b/dec_audio.c	Tue Oct 30 17:38:09 2001 +0000
@@ -7,20 +7,20 @@
 #include "mp_msg.h"
 #include "help_mp.h"
 
-#include "libao2/afmt.h"
-
 extern int verbose; // defined in mplayer.c
 
-#ifdef USE_FAKE_MONO
-int fakemono=0;
-#endif
-
 #include "stream.h"
 #include "demuxer.h"
 
 #include "codec-cfg.h"
 #include "stheader.h"
 
+#include "dec_audio.h"
+
+//==========================================================================
+
+#include "libao2/afmt.h"
+
 #include "dll_init.h"
 
 #include "mp3lib/mp3.h"
@@ -34,6 +34,10 @@
 
 #include "ima4.h"
 
+#ifdef USE_FAKE_MONO
+int fakemono=0;
+#endif
+
 #ifdef USE_DIRECTSHOW
 #include "loader/DirectShow/DS_AudioDec.h"
 #endif