[MPlayer-cvslog] r29304 - trunk/configure

diego subversion at mplayerhq.hu
Tue May 12 21:25:35 CEST 2009


Author: diego
Date: Tue May 12 21:25:35 2009
New Revision: 29304

Log:
Make sure that -Ilibdvdread4 appears in CFLAGS before any system directories
so that internal dvdread headers do not conflict with system headers.
Fixes Bugzilla #1465.

Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	Tue May 12 20:09:53 2009	(r29303)
+++ trunk/configure	Tue May 12 21:25:35 2009	(r29304)
@@ -5802,7 +5802,7 @@ if test "$_dvdread_internal" = auto ; th
      || darwin || win32 || os2; then
     _dvdread_internal=yes
     _dvdread=yes
-    extra_cflags="$extra_cflags -Ilibdvdread4"
+    extra_cflags="-Ilibdvdread4 $extra_cflags"
   fi
 elif test "$_dvdread" = auto ; then
   _dvdread=no


More information about the MPlayer-cvslog mailing list