Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2009-07-23 00:41:31 +0400
committerMåns Rullgård <mans@mansr.com>2009-07-23 00:41:31 +0400
commit55b290c690b910f01deb1e887167758afa56a0de (patch)
treeaf7a70638b5be36fbbde8052215400fefe96331d /configure
parent2dfa305438bdfd80ec4db46248338189351f5eaa (diff)
configure: remove some darwin-related cruft
Originally committed as revision 19487 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 0 insertions, 3 deletions
diff --git a/configure b/configure
index 3b3a6c01cb..cbad6f292e 100755
--- a/configure
+++ b/configure
@@ -1977,9 +1977,6 @@ if test $target_os = darwin; then
if enabled xlc; then
add_cflags -qpdf2 -qlanglvl=extc99 -qmaxmem=-1 -qarch=auto -qtune=auto
else
- add_cflags -pipe
- check_cflags -force_cpusubtype_ALL
- check_cflags -Wno-sign-compare
enabled shared || check_cflags -mdynamic-no-pic
fi
fi