comparison 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
comparison
equal deleted inserted replaced
7470:a117511790c0 7471:5e56ce70b551
41 41
42 #include "aviwrite.h" 42 #include "aviwrite.h"
43 43
44 #include "libvo/video_out.h" 44 #include "libvo/video_out.h"
45 45
46 #include "libmpcodecs/mp_image.h"
46 #include "libmpcodecs/dec_audio.h" 47 #include "libmpcodecs/dec_audio.h"
47 #include "libmpcodecs/dec_video.h" 48 #include "libmpcodecs/dec_video.h"
48 #include "libmpcodecs/vf.h" 49 #include "libmpcodecs/vf.h"
49 50
50 #include "libmpdemux/mp3_hdr.h" 51 #include "libmpdemux/mp3_hdr.h"
52
53 // for MPEGLAYER3WAVEFORMAT:
54 #include "loader/wine/mmreg.h"
51 55
52 #ifdef HAVE_MP3LAME 56 #ifdef HAVE_MP3LAME
53 #undef CDECL 57 #undef CDECL
54 #include <lame/lame.h> 58 #include <lame/lame.h>
55 #endif 59 #endif