# HG changeset patch # User nicodvb # Date 1199208897 0 # Node ID 47f2a930462361f62e444a63ec9cec8cd452c42a # Parent 02ec992230b11b51a0ca2406720e13ae8f57e006 include dvdnav.h from its installation directory rather than appending -Idvdnav to the compilation of the whole mplayer (dvdnav-config was just cleaned) diff -r 02ec992230b1 -r 47f2a9304623 configure --- a/configure Tue Jan 01 17:18:46 2008 +0000 +++ b/configure Tue Jan 01 17:34:57 2008 +0000 @@ -7563,7 +7563,7 @@ if test "$_dvdnav" = auto ; then cat > $TMPC < -#include +#include int main(void) { dvdnav_t *dvd=0; return 0; } EOF _dvdnav=no diff -r 02ec992230b1 -r 47f2a9304623 stream/stream_dvdnav.c --- a/stream/stream_dvdnav.c Tue Jan 01 17:18:46 2008 +0000 +++ b/stream/stream_dvdnav.c Tue Jan 01 17:34:57 2008 +0000 @@ -10,7 +10,7 @@ #include "input/input.h" #include "stream.h" #include "libmpdemux/demuxer.h" -#include +#include #include "stream_dvdnav.h" #include "libvo/video_out.h" #include "libavutil/common.h"