mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-24 03:39:45 +00:00
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
This commit is contained in:
parent
a15bcf7087
commit
8d3dc6ba58
3
configure
vendored
3
configure
vendored
@ -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…
Reference in New Issue
Block a user