summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2009-07-22 20:41:35 +0000
committerMåns Rullgård <mans@mansr.com>2009-07-22 20:41:35 +0000
commitd90330dc203a38a67be2fb0a55ae7730fdeaec37 (patch)
treeac1c3c408bb572186c77f9e0c5767ab9a6901e9f /configure
parent55b290c690b910f01deb1e887167758afa56a0de (diff)
downloadffmpeg-streaming-d90330dc203a38a67be2fb0a55ae7730fdeaec37.zip
ffmpeg-streaming-d90330dc203a38a67be2fb0a55ae7730fdeaec37.tar.gz
configure: remove special flags for XLC on Darwin
Rationale: - Current versions of XLC accept gcc flags - XLC can't compile FFmpeg Originally committed as revision 19488 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 0 insertions, 4 deletions
diff --git a/configure b/configure
index cbad6f2..10955a7 100755
--- a/configure
+++ b/configure
@@ -1974,11 +1974,7 @@ check_deps $ARCH_EXT_LIST
#Darwin CC versions
if test $target_os = darwin; then
- if enabled xlc; then
- add_cflags -qpdf2 -qlanglvl=extc99 -qmaxmem=-1 -qarch=auto -qtune=auto
- else
enabled shared || check_cflags -mdynamic-no-pic
- fi
fi
disabled optimizations || check_cflags -fomit-frame-pointer
OpenPOWER on IntegriCloud