[FFmpeg-cvslog] r19488 - trunk/configure
mru
subversion
Wed Jul 22 22:41:35 CEST 2009
Author: mru
Date: Wed Jul 22 22:41:35 2009
New Revision: 19488
Log:
configure: remove special flags for XLC on Darwin
Rationale:
- Current versions of XLC accept gcc flags
- XLC can't compile FFmpeg
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure Wed Jul 22 22:41:31 2009 (r19487)
+++ trunk/configure Wed Jul 22 22:41:35 2009 (r19488)
@@ -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
More information about the ffmpeg-cvslog
mailing list