summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xconfigure2
-rw-r--r--stream/stream_dvdnav.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index e494366d6a..295b08b969 100755
--- a/configure
+++ b/configure
@@ -7563,7 +7563,7 @@ fi
if test "$_dvdnav" = auto ; then
cat > $TMPC <<EOF
#include <inttypes.h>
-#include <dvdnav.h>
+#include <dvdnav/dvdnav.h>
int main(void) { dvdnav_t *dvd=0; return 0; }
EOF
_dvdnav=no
diff --git a/stream/stream_dvdnav.c b/stream/stream_dvdnav.c
index 311b553737..296391c337 100644
--- a/stream/stream_dvdnav.c
+++ b/stream/stream_dvdnav.c
@@ -10,7 +10,7 @@
#include "input/input.h"
#include "stream.h"
#include "libmpdemux/demuxer.h"
-#include <dvdnav.h>
+#include <dvdnav/dvdnav.h>
#include "stream_dvdnav.h"
#include "libvo/video_out.h"
#include "libavutil/common.h"