comparison mpcommon.c @ 33598:2b750a2ce45f

Fix compilation with dvdread/dvdnav disabled.
author reimar
date Tue, 21 Jun 2011 16:53:01 +0000
parents c111d9e9cfb0
children 277ec491a8a7
comparison
equal deleted inserted replaced
33597:2ef9298a81e7 33598:2b750a2ce45f
19 #if defined(__MINGW32__) || defined(__CYGWIN__) 19 #if defined(__MINGW32__) || defined(__CYGWIN__)
20 #include <windows.h> 20 #include <windows.h>
21 #endif 21 #endif
22 #include <stdlib.h> 22 #include <stdlib.h>
23 #include "stream/stream.h" 23 #include "stream/stream.h"
24 #ifdef CONFIG_DVDREAD
24 #include "stream/stream_dvd.h" 25 #include "stream/stream_dvd.h"
26 #endif
27 #ifdef CONFIG_DVDNAV
25 #include "stream/stream_dvdnav.h" 28 #include "stream/stream_dvdnav.h"
29 #endif
26 #include "libmpdemux/demuxer.h" 30 #include "libmpdemux/demuxer.h"
27 #include "libmpdemux/stheader.h" 31 #include "libmpdemux/stheader.h"
28 #include "codec-cfg.h" 32 #include "codec-cfg.h"
29 #include "osdep/timer.h" 33 #include "osdep/timer.h"
30 #include "osdep/priority.h" 34 #include "osdep/priority.h"