Browse Source

Remove redundant 2.95 branch from the Darwin gcc check. It is already

being handled by the default case.

Originally committed as revision 8729 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Diego Biurrun 18 years ago
parent
commit
8d3dc6ba58
1 changed files with 0 additions and 3 deletions
  1. +0
    -3
      configure

+ 0
- 3
configure View File

@@ -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


Loading…
Cancel
Save