diff options
author | Diego Biurrun <diego@biurrun.de> | 2006-01-12 00:00:00 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2006-01-12 00:00:00 +0000 |
commit | fb3d46da6960d56e0a757734b4ea959f4af1063c (patch) | |
tree | 30f0a1fbfe5c0aef8cdf49880a693d085e4ea24f /configure | |
parent | 14f0c8e28af6f34411d86fa3f965e5be870024e6 (diff) | |
download | ffmpeg-fb3d46da6960d56e0a757734b4ea959f4af1063c.tar.gz |
Move Darwin shared library build peculiarities to configure.
Originally committed as revision 4838 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -336,7 +336,7 @@ v4l="no" audio_oss="no" dv1394="no" ffserver="no" -SHFLAGS="-dynamiclib -Wl,-single_module" +SHFLAGS="-dynamiclib -Wl,-single_module -Wl,-install_name,\$(libdir)/\$(SLIBNAME),-current_version,\$(SPPVERSION),-compatibility_version,\$(SPPVERSION)" extralibs="" darwin="yes" strip="strip -x" |