diff options
author | Diego Biurrun <diego@biurrun.de> | 2006-12-22 22:19:02 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2006-12-22 22:19:02 +0000 |
commit | 79cc11b3ec19cfa63553467015e6cbdb7895a603 (patch) | |
tree | 7c329e2d2d3aee7696234ed37b419c5969f9dec6 | |
parent | d32d303568eeda7a2dda7e07b9e0f89c86caa032 (diff) | |
download | ffmpeg-79cc11b3ec19cfa63553467015e6cbdb7895a603.tar.gz |
slightly more consistency for the Darwin linker options
Originally committed as revision 7360 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -753,7 +753,7 @@ video4linux2="no" audio_oss="no" dv1394="no" need_memalign="no" -SHFLAGS="-dynamiclib -Wl,-single_module -Wl,-install_name,\$(shlibdir)/\$(SLIBNAME),-current_version,\$(SPPVERSION),-compatibility_version,\$(SPPVERSION) -read_only_relocs suppress" +SHFLAGS="-dynamiclib -Wl,-single_module -Wl,-install_name,\$(shlibdir)/\$(SLIBNAME),-current_version,\$(SPPVERSION),-compatibility_version,\$(SPPVERSION) -Wl,-read_only_relocs,suppress" VHOOKSHFLAGS='-dynamiclib -Wl,-single_module -flat_namespace -undefined suppress -Wl,-install_name,$(shlibdir)/vhook/$@' extralibs="" strip="strip -x" |