From c2ed18b40b50a0506c23a39752f9963b92ad130f Mon Sep 17 00:00:00 2001 From: nicodvb Date: Sat, 31 May 2008 12:52:55 +0000 Subject: adapted to the dvdread->libdvdread transition in dvdnav's repository git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26938 b3059339-0415-0410-9bf9-f77b7e298cf2 --- stream/stream_dvd_common.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'stream/stream_dvd_common.h') diff --git a/stream/stream_dvd_common.h b/stream/stream_dvd_common.h index 9838f612fc..443daa45f9 100644 --- a/stream/stream_dvd_common.h +++ b/stream/stream_dvd_common.h @@ -2,7 +2,11 @@ #define MPLAYER_STREAM_DVD_COMMON_H #include +#ifdef USE_DVDREAD_INTERNAL #include +#else +#include +#endif int mp_dvdtimetomsec(dvd_time_t *dt); -- cgit v1.2.3