diff mencoder.c @ 7471:5e56ce70b551

wine headers cleanup - WAVEFORMATEX & BITMAPINFOHEADER decl moved to stheader.h - lots of useless include wine/* removed from mplayer code - fixed few warnings
author arpi
date Sun, 22 Sep 2002 00:43:14 +0000
parents c65cb0d256c3
children c4434bdf6e51
line wrap: on
line diff
--- a/mencoder.c	Sun Sep 22 00:39:13 2002 +0000
+++ b/mencoder.c	Sun Sep 22 00:43:14 2002 +0000
@@ -43,12 +43,16 @@
 
 #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 <lame/lame.h>