[SCM] libav/experimental: OS/X 10.2.x gcc-3.1 bug workaround by ("Steven M. Schultz" <sms at 2BSD dot COM>)

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 15:37:59 UTC 2013


The following commit has been merged in the experimental branch:
commit f2fae326e3f2ef03aa1b1ba91153f82a7f2be5c8
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Sun Oct 19 21:11:02 2003 +0000

    OS/X 10.2.x gcc-3.1 bug workaround by ("Steven M. Schultz" <sms at 2BSD dot COM>)
    
    Originally committed as revision 2400 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/configure b/configure
index 8b74021..b85862b 100755
--- a/configure
+++ b/configure
@@ -426,6 +426,9 @@ if test $targetos = Darwin; then
 	    *2.95*) 
 		CFLAGS="-no-cpp-precomp -pipe -fomit-frame-pointer"
 		;;
+	    *3.1*)
+		CFLAGS="-no-cpp-precomp -pipe -fomit-frame-pointer -force_cpusubtype_ALL -Wno-sign-compare"
+		;;
 	    *3.3*)
 		CFLAGS="-no-cpp-precomp -pipe -fomit-frame-pointer -mdynamic-no-pic -force_cpusubtype_ALL -Wno-sign-compare"
 		;;

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list