Commit 206c7fce authored by diego's avatar diego

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

being handled by the default case.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@8729 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent ecf22357
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment