diff configure @ 25539:47f2a9304623

include dvdnav.h from its installation directory rather than appending -Idvdnav to the compilation of the whole mplayer (dvdnav-config was just cleaned)
author nicodvb
date Tue, 01 Jan 2008 17:34:57 +0000
parents 8dfe02cab924
children e867578ac418
line wrap: on
line diff
--- 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 <<EOF
 #include <inttypes.h>
-#include <dvdnav.h>
+#include <dvdnav/dvdnav.h>
 int main(void) { dvdnav_t *dvd=0; return 0; }
 EOF
   _dvdnav=no