[FFmpeg-cvslog] r23954 - trunk/configure
mru
subversion
Fri Jul 2 01:21:33 CEST 2010
Author: mru
Date: Fri Jul 2 01:21:33 2010
New Revision: 23954
Log:
Add -force_cpusubtype_ALL to ASFLAGS on Darwin/PPC
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure Fri Jul 2 01:21:30 2010 (r23953)
+++ trunk/configure Fri Jul 2 01:21:33 2010 (r23954)
@@ -2118,6 +2118,7 @@ case $target_os in
darwin)
enable malloc_aligned
as="gas-preprocessor.pl $cc"
+ enabled ppc && add_asflags -force_cpusubtype_ALL
SHFLAGS='-dynamiclib -Wl,-single_module -Wl,-install_name,$(SHLIBDIR)/$(SLIBNAME),-current_version,$(LIBVERSION),-compatibility_version,$(LIBMAJOR) -Wl,-read_only_relocs,suppress'
strip="${strip} -x"
FFLDFLAGS="-Wl,-dynamic,-search_paths_first"
More information about the ffmpeg-cvslog
mailing list