[DVDnav-discuss] r991 - in trunk/libdvdnav/misc: dvdnav-config.in dvdnav-config2.sh

nicodvb subversion at mplayerhq.hu
Tue Jan 1 18:31:42 CET 2008


Author: nicodvb
Date: Tue Jan  1 18:31:41 2008
New Revision: 991

Log:
from now on we don't include anymore _PREFIX/include/dvdnav/ in --cflags: dvdnav is confined in its dir and applications already include dvdnav/dvdnav.h

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

Modified: trunk/libdvdnav/misc/dvdnav-config.in
==============================================================================
--- trunk/libdvdnav/misc/dvdnav-config.in	(original)
+++ trunk/libdvdnav/misc/dvdnav-config.in	Tue Jan  1 18:31:41 2008
@@ -76,7 +76,7 @@ if test "$echo_exec_prefix" = "yes"; the
 fi
 
 if test "$echo_cflags" = "yes"; then
-      echo -I at includedir@ -I at includedir@/dvdnav -I at includedir@/dvdread @THREAD_CFLAGS@
+      echo -I at includedir@ -I at includedir@/dvdread @THREAD_CFLAGS@
 fi
 
 if test "$echo_libs" = "yes"; then

Modified: trunk/libdvdnav/misc/dvdnav-config2.sh
==============================================================================
--- trunk/libdvdnav/misc/dvdnav-config2.sh	(original)
+++ trunk/libdvdnav/misc/dvdnav-config2.sh	Tue Jan  1 18:31:41 2008
@@ -65,7 +65,7 @@ if test "$echo_prefix" = "yes"; then
 fi
 
 if test "$echo_cflags" = "yes"; then
-      echo -I$prefix/include -I$prefix/include/dvdnav $dvdreadcflags $extracflags $threadcflags
+      echo -I$prefix/include $dvdreadcflags $extracflags $threadcflags
 fi
 
 if test "$echo_minicflags" = "yes"; then



More information about the DVDnav-discuss mailing list