summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2006-01-12 00:00:00 +0000
committerDiego Biurrun <diego@biurrun.de>2006-01-12 00:00:00 +0000
commitfb3d46da6960d56e0a757734b4ea959f4af1063c (patch)
tree30f0a1fbfe5c0aef8cdf49880a693d085e4ea24f /configure
parent14f0c8e28af6f34411d86fa3f965e5be870024e6 (diff)
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-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index d726704551..e983d2311d 100755
--- a/configure
+++ b/configure
@@ -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"