diff options
author | Måns Rullgård <mans@mansr.com> | 2010-07-01 23:21:33 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2010-07-01 23:21:33 +0000 |
commit | e08b8239f6cb1b6724d9c0faa54db8f1362838f5 (patch) | |
tree | 27f4473eb5be27e1a9fb8515a23fd067161901e7 /configure | |
parent | a49d302590f55f80cb7db95536fe12cf3ab2e56d (diff) | |
download | ffmpeg-e08b8239f6cb1b6724d9c0faa54db8f1362838f5.tar.gz |
Add -force_cpusubtype_ALL to ASFLAGS on Darwin/PPC
Originally committed as revision 23954 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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" |