diff stream/stream_dvd_common.h @ 26906:bae68d1afda2

adapted to the dvdread->libdvdread transition in dvdnav's repository
author nicodvb
date Sat, 31 May 2008 12:52:55 +0000
parents 7ee4ae1648e6
children c333185b1c3e
line wrap: on
line diff
--- a/stream/stream_dvd_common.h	Sat May 31 12:51:38 2008 +0000
+++ b/stream/stream_dvd_common.h	Sat May 31 12:52:55 2008 +0000
@@ -2,7 +2,11 @@
 #define MPLAYER_STREAM_DVD_COMMON_H
 
 #include <inttypes.h>
+#ifdef USE_DVDREAD_INTERNAL
 #include <dvdread/ifo_types.h>
+#else
+#include <libdvdread/ifo_types.h>
+#endif
 
 int mp_dvdtimetomsec(dvd_time_t *dt);