[MPlayer-cvslog] r25567 - in trunk: configure stream/stream_dvdnav.c

nicodvb subversion at mplayerhq.hu
Tue Jan 1 18:34:57 CET 2008


Author: nicodvb
Date: Tue Jan  1 18:34:57 2008
New Revision: 25567

Log:
include dvdnav.h from its installation directory rather than appending
-Idvdnav to the compilation of the whole mplayer (dvdnav-config was just
cleaned)


Modified:
   trunk/configure
   trunk/stream/stream_dvdnav.c

Modified: trunk/configure
==============================================================================
--- trunk/configure	(original)
+++ trunk/configure	Tue Jan  1 18:34:57 2008
@@ -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

Modified: trunk/stream/stream_dvdnav.c
==============================================================================
--- trunk/stream/stream_dvdnav.c	(original)
+++ trunk/stream/stream_dvdnav.c	Tue Jan  1 18:34:57 2008
@@ -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"



More information about the MPlayer-cvslog mailing list