Move libavutil #includes below all others so that they do not override

system functions and cause the warning:
In file included from mp3lib/sr1.c:27:
/mp_msg.h:115: warning: 'please_use_av_log_instead_of_printf' is an unrecognized format function type


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28622 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2009-02-17 03:08:56 +00:00
parent de53a241ed
commit bc2834c384
1 changed files with 3 additions and 2 deletions

View File

@ -19,8 +19,6 @@
#include "mpg123.h"
#include "huffman.h"
#include "mp3.h"
#include "libavutil/common.h"
#include "libavutil/internal.h"
#include "mpbswap.h"
#include "cpudetect.h"
//#include "liba52/mm_accel.h"
@ -28,6 +26,9 @@
#include "libvo/fastmemcpy.h"
#include "libavutil/common.h"
#include "libavutil/internal.h"
#undef fprintf
#undef printf