From 61c5a99851ea41449a513619dd68791c93e30ef3 Mon Sep 17 00:00:00 2001 From: arpi Date: Sun, 22 Sep 2002 00:43:14 +0000 Subject: wine headers cleanup - WAVEFORMATEX & BITMAPINFOHEADER decl moved to stheader.h - lots of useless include wine/* removed from mplayer code - fixed few warnings git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7472 b3059339-0415-0410-9bf9-f77b7e298cf2 --- mencoder.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'mencoder.c') diff --git a/mencoder.c b/mencoder.c index 2d624bc578..0363bc4e8a 100644 --- a/mencoder.c +++ b/mencoder.c @@ -43,12 +43,16 @@ static char* banner_text= #include "libvo/video_out.h" +#include "libmpcodecs/mp_image.h" #include "libmpcodecs/dec_audio.h" #include "libmpcodecs/dec_video.h" #include "libmpcodecs/vf.h" #include "libmpdemux/mp3_hdr.h" +// for MPEGLAYER3WAVEFORMAT: +#include "loader/wine/mmreg.h" + #ifdef HAVE_MP3LAME #undef CDECL #include -- cgit v1.2.3