[SCM] libav/experimental: GCC 4.0 on Mac OS X 10.4 patch by (Bill May <wmay cisco com )

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 15:43:49 UTC 2013


The following commit has been merged in the experimental branch:
commit 369a02c2f4f3011e2afee8b9d2a4e7fddac86fef
Author: Bill May <wmay at cisco.com>
Date:   Thu May 5 18:24:08 2005 +0000

    GCC 4.0 on Mac OS X 10.4 patch by (Bill May <wmay cisco com )
    
    Originally committed as revision 4182 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/configure b/configure
index 6c89cca..1455338 100755
--- a/configure
+++ b/configure
@@ -597,7 +597,7 @@ if test $targetos = Darwin; then
 	    *2.95*) 
 		CFLAGS="$CFLAGS -no-cpp-precomp -pipe -fomit-frame-pointer"
 		;;
-	    *3.*)
+	    *[34].*)
 		CFLAGS="$CFLAGS -no-cpp-precomp -pipe -fomit-frame-pointer -force_cpusubtype_ALL -Wno-sign-compare"
 		if test "$lshared" = no; then
 		   needmdynamicnopic="yes"

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list