Sophie

Sophie

distrib > PLD > ac > amd64 > by-pkgid > 78e12dcd392da917b9995a93cc6a6404 > files > 7

ffmpeg-0.4.9-3.20061204.3.src.rpm

--- ffmpeg-export-2006-12-04/configure.orig	2006-12-09 15:54:35.240089000 +0100
+++ ffmpeg-export-2006-12-04/configure	2006-12-09 15:59:15.528061817 +0100
@@ -311,7 +311,7 @@
 check_ld(){
     log check_ld "$@"
     check_cc || return
-    check_cmd $cc $LDFLAGS "$@" -o $TMPE $TMPO $extralibs
+    check_cmd $cc $LDFLAGS -o $TMPE $TMPO "$@" $extralibs
 }
 
 check_cflags(){