summaryrefslogtreecommitdiffstats
path: root/configure
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 /configure
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 'configure')
-rwxr-xr-xconfigure8
1 files changed, 4 insertions, 4 deletions
diff --git a/configure b/configure
index 997d5aa3be..6e344ebc96 100755
--- a/configure
+++ b/configure
@@ -5475,10 +5475,10 @@ elif test "$_dvdread" = auto ; then
if test "$_dl" = yes; then
cat > $TMPC << EOF
#include <inttypes.h>
-#include <libdvdread/dvd_reader.h>
-#include <libdvdread/ifo_types.h>
-#include <libdvdread/ifo_read.h>
-#include <libdvdread/nav_read.h>
+#include <dvdread/dvd_reader.h>
+#include <dvdread/ifo_types.h>
+#include <dvdread/ifo_read.h>
+#include <dvdread/nav_read.h>
int main(void) { return 0; }
EOF
fi