projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a15bcf7
)
Remove redundant 2.95 branch from the Darwin gcc check. It is already
author
Diego Biurrun
<diego@biurrun.de>
Sat, 14 Apr 2007 08:33:46 +0000
(08:33 +0000)
committer
Diego Biurrun
<diego@biurrun.de>
Sat, 14 Apr 2007 08:33:46 +0000
(08:33 +0000)
being handled by the default case.
Originally committed as revision 8729 to svn://svn.ffmpeg.org/ffmpeg/trunk
configure
patch
|
blob
|
history
diff --git
a/configure
b/configure
index ae1841c591e813c9b940771bbba2df2ba5c9c844..a98dfa938b17b54a469cd418b7b144340ad04bdc 100755
(executable)
--- a/
configure
+++ b/
configure
@@
-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