[DVDnav-discuss] r908 - trunk/libdvdnav/misc/dvdnav-config2.sh

nicodvb subversion at mplayerhq.hu
Wed Apr 25 21:45:21 CEST 2007


Author: nicodvb
Date: Wed Apr 25 21:45:21 2007
New Revision: 908

Log:
10l, forgotten to add /include to -I

Modified:
   trunk/libdvdnav/misc/dvdnav-config2.sh

Modified: trunk/libdvdnav/misc/dvdnav-config2.sh
==============================================================================
--- trunk/libdvdnav/misc/dvdnav-config2.sh	(original)
+++ trunk/libdvdnav/misc/dvdnav-config2.sh	Wed Apr 25 21:45:21 2007
@@ -59,7 +59,7 @@ if test "$echo_prefix" = "yes"; then
 fi
 
 if test "$echo_cflags" = "yes"; then
-      echo -I$prefix -I$prefix/dvdnav $threadcflags
+      echo -I$prefix/include -I$prefix/include/dvdnav $threadcflags
 fi
 
 if test "$echo_libs" = "yes"; then



More information about the DVDnav-discuss mailing list