diff options
Diffstat (limited to 'lib/ffmpeg/configure')
-rwxr-xr-x | lib/ffmpeg/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ffmpeg/configure b/lib/ffmpeg/configure index 5e11b2d229..c06005b14c 100755 --- a/lib/ffmpeg/configure +++ b/lib/ffmpeg/configure @@ -2635,7 +2635,7 @@ case $target_os in ;; darwin) enable malloc_aligned - gas="gas-preprocessor.pl $cc" + #gas="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)' enabled x86_32 && append SHFLAGS -Wl,-read_only_relocs,suppress |