mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-08 13:22:53 +02:00
Add -force_cpusubtype_ALL to ASFLAGS on Darwin/PPC
Originally committed as revision 23954 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
a49d302590
commit
e08b8239f6
1
configure
vendored
1
configure
vendored
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user