[FFmpeg-cvslog] r21264 - trunk/configure

mru subversion
Sun Jan 17 20:05:51 CET 2010


Author: mru
Date: Sun Jan 17 20:05:50 2010
New Revision: 21264

Log:
configure: pass extra flags to check_cc from check_ld

Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	Sun Jan 17 16:57:51 2010	(r21263)
+++ trunk/configure	Sun Jan 17 20:05:50 2010	(r21264)
@@ -601,12 +601,12 @@ check_yasm(){
 
 check_ld(){
     log check_ld "$@"
-    check_cc || return
     flags=''
     libs=''
     for f; do
         test "${f}" = "${f#-l}" && flags="$flags $f" || libs="$libs $f"
     done
+    check_cc $($filter_cflags $flags) || return
     check_cmd $ld $LDFLAGS $flags -o $TMPE $TMPO $extralibs $libs
 }
 



More information about the ffmpeg-cvslog mailing list