diff options
author | Diego Biurrun | 2008-03-12 19:27:24 +0000 |
---|---|---|
committer | Diego Biurrun | 2008-03-12 19:27:24 +0000 |
commit | 0138c54ec6baba0289622201211c1ff2bfec0103 (patch) | |
tree | 6a6bc487700beb4fadfe44e5510d6d26226ebf23 /configure | |
parent | f63b6dc0ff386d041cf807d61f73250f968cf2d2 (diff) |
Use proper library versions instead of SPPVERSION in Darwin SHFLAGS.
Originally committed as revision 12423 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1200,7 +1200,7 @@ case $targetos in ;; darwin) disable need_memalign - SHFLAGS='-dynamiclib -Wl,-single_module -Wl,-install_name,$(SHLIBDIR)/$(SLIBNAME),-current_version,$(SPPVERSION),-compatibility_version,$(SPPVERSION) -Wl,-read_only_relocs,suppress' + SHFLAGS='-dynamiclib -Wl,-single_module -Wl,-install_name,$(SHLIBDIR)/$(SLIBNAME),-current_version,$(LIBVERSION),-compatibility_version,$(LIBMAJOR) -Wl,-read_only_relocs,suppress' VHOOKSHFLAGS='-dynamiclib -Wl,-single_module -flat_namespace -undefined suppress -Wl,-install_name,$(SHLIBDIR)/vhook/$@' strip="strip -x" FFLDFLAGS="-Wl,-dynamic,-search_paths_first" |