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:35 +0400
committerMåns Rullgård <mans@mansr.com>2009-07-23 00:41:35 +0400
commitd90330dc203a38a67be2fb0a55ae7730fdeaec37 (patch)
treeac1c3c408bb572186c77f9e0c5767ab9a6901e9f /configure
parent55b290c690b910f01deb1e887167758afa56a0de (diff)
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 cbad6f292e..10955a7f99 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