[FFmpeg-cvslog] configure: Use LDEXEFLAGS in check_ld().
    Carl Eugen Hoyos 
    git at videolan.org
       
    Wed Oct 12 23:59:38 EEST 2016
    
    
  
ffmpeg | branch: master | Carl Eugen Hoyos <cehoyos at ag.or.at> | Wed Oct  5 15:10:23 2016 +0200| [932bbfc5d8ae43e73bf432cd1f7e28ccf16d14d0] | committer: Carl Eugen Hoyos
configure: Use LDEXEFLAGS in check_ld().
Avoids detecting libraries that are not compatible with ldexeflags.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=932bbfc5d8ae43e73bf432cd1f7e28ccf16d14d0
---
 configure | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure b/configure
index 8fc71fb..8d9b21b 100755
--- a/configure
+++ b/configure
@@ -984,7 +984,7 @@ check_ld(){
     check_$type $($cflags_filter $flags) || return
     flags=$($ldflags_filter $flags)
     libs=$($ldflags_filter $libs)
-    check_cmd $ld $LDFLAGS $flags $(ld_o $TMPE) $TMPO $libs $extralibs
+    check_cmd $ld $LDFLAGS $LDEXEFLAGS $flags $(ld_o $TMPE) $TMPO $libs $extralibs
 }
 
 print_include(){
    
    
More information about the ffmpeg-cvslog
mailing list