summaryrefslogtreecommitdiffstats
path: root/stream/stream_dvd_common.c
diff options
context:
space:
mode:
authorrathann <rathann@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-08-30 12:22:21 +0000
committerrathann <rathann@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-08-30 12:22:21 +0000
commit97e5f304ce0e3693f72f44710e6d86e5f323bead (patch)
tree62f483b6ad9b4f68e10e8d33fd59a85e1ff05c04 /stream/stream_dvd_common.c
parentfd75ca0c6a041d4ee820f25b777b3649a191e71e (diff)
downloadmpv-97e5f304ce0e3693f72f44710e6d86e5f323bead.tar.bz2
mpv-97e5f304ce0e3693f72f44710e6d86e5f323bead.tar.xz
Rename internal libdvdread fork from dvdread to libdvdread
to avoid clashing with external libdvdread. (Sync with libdvdread r1122) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27498 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'stream/stream_dvd_common.c')
-rw-r--r--stream/stream_dvd_common.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/stream/stream_dvd_common.c b/stream/stream_dvd_common.c
index ffaf1d490c..e2cf3690ba 100644
--- a/stream/stream_dvd_common.c
+++ b/stream/stream_dvd_common.c
@@ -1,9 +1,9 @@
#include "config.h"
#include <inttypes.h>
#ifdef CONFIG_DVDREAD_INTERNAL
-#include <dvdread/ifo_types.h>
+#include "libdvdread/ifo_types.h"
#else
-#include <libdvdread/ifo_types.h>
+#include <dvdread/ifo_types.h>
#endif
#include "stream_dvd_common.h"