[FFmpeg-cvslog] r19405 - trunk/configure

mru subversion
Sun Jul 12 15:29:35 CEST 2009


Author: mru
Date: Sun Jul 12 15:29:35 2009
New Revision: 19405

Log:
Add --sysroot flag to CPPFLAGS, not CFLAGS

Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	Sun Jul 12 15:29:32 2009	(r19404)
+++ trunk/configure	Sun Jul 12 15:29:35 2009	(r19405)
@@ -1490,7 +1490,7 @@ set_default as
 if test -n "$sysroot"; then
     case "$cc_type" in
         gcc)
-            add_cflags  --sysroot="$sysroot"
+            add_cppflags --sysroot="$sysroot"
             add_ldflags --sysroot="$sysroot"
         ;;
     esac



More information about the ffmpeg-cvslog mailing list