summaryrefslogtreecommitdiffstats
path: root/stream/stream_dvdnav.c
diff options
context:
space:
mode:
authornicodvb <nicodvb@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-01-01 17:34:57 +0000
committernicodvb <nicodvb@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-01-01 17:34:57 +0000
commit7ded17d4c254f4cf1bac828cb007c227c9c28074 (patch)
tree5b5c14ea011b9445e955467871fd905800e61c40 /stream/stream_dvdnav.c
parentd7a070795371cef6afe97d8f88336267e3cd4577 (diff)
downloadmpv-7ded17d4c254f4cf1bac828cb007c227c9c28074.tar.bz2
mpv-7ded17d4c254f4cf1bac828cb007c227c9c28074.tar.xz
include dvdnav.h from its installation directory rather than appending
-Idvdnav to the compilation of the whole mplayer (dvdnav-config was just cleaned) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25567 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'stream/stream_dvdnav.c')
-rw-r--r--stream/stream_dvdnav.c2
1 files changed, 1 insertions, 1 deletions
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"