[Ffmpeg-cvslog] r8729 - trunk/configure

diego subversion
Sat Apr 14 10:33:46 CEST 2007


Author: diego
Date: Sat Apr 14 10:33:46 2007
New Revision: 8729

Modified:
   trunk/configure

Log:
Remove redundant 2.95 branch from the Darwin gcc check.  It is already
being handled by the default case.


Modified: trunk/configure
==============================================================================
--- trunk/configure	(original)
+++ trunk/configure	Sat Apr 14 10:33:46 2007
@@ -1284,9 +1284,6 @@ if test $targetos = darwin; then
     else
         gcc_version="`$cc -v 2>&1 | grep version | cut -d ' ' -f3-`"
         case "$gcc_version" in
-            *2.95*)
-                add_cflags "-no-cpp-precomp -pipe"
-                ;;
             *[34].*)
                 add_cflags "-no-cpp-precomp -pipe -force_cpusubtype_ALL -Wno-sign-compare"
                 if disabled shared; then




More information about the ffmpeg-cvslog mailing list