SOURCES: ffmpeg-as_needed.patch (NEW)

pluto pluto at pld-linux.org
Mon Sep 18 15:57:42 CEST 2006


Author: pluto                        Date: Mon Sep 18 13:57:42 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:


---- Files affected:
SOURCES:
   ffmpeg-as_needed.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/ffmpeg-as_needed.patch
diff -u /dev/null SOURCES/ffmpeg-as_needed.patch:1.1
--- /dev/null	Mon Sep 18 15:57:42 2006
+++ SOURCES/ffmpeg-as_needed.patch	Mon Sep 18 15:57:37 2006
@@ -0,0 +1,11 @@
+--- ffmpeg/configure.orig	2006-09-18 13:10:15.000000000 +0000
++++ ffmpeg/configure	2006-09-18 13:39:55.760264500 +0000
+@@ -1026,7 +1026,7 @@
+ EOF
+ 
+ have_lrintf="no"
+-if $cc $CFLAGS $LDFLAGS $extralibs -o $TMPE $TMPC 2> /dev/null ; then
++if $cc $CFLAGS $LDFLAGS -o $TMPE $TMPC $extralibs 2> /dev/null ; then
+   have_lrintf="yes"
+   # allanc at chickenandporn.com: cannot execute cross-compiled
+   # code on the host.  Only execute if not cross-compiling.
================================================================


More information about the pld-cvs-commit mailing list