Commit 62e60aed authored by Jacob Meuser's avatar Jacob Meuser Committed by Diego Biurrun

Make shared lib name handling consistent with the other Makefiles.

patch by Jacob Meuser <  jakemsr  ..@..  jakemsr  ...  com  >

Originally committed as revision 4831 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 1f49fa59
...@@ -12,7 +12,7 @@ SHFLAGS += -Wl,-install_name,$(libdir)/$(SPPLIBNAME),-current_version,$(SPPVERSI ...@@ -12,7 +12,7 @@ SHFLAGS += -Wl,-install_name,$(libdir)/$(SPPLIBNAME),-current_version,$(SPPVERSI
else else
SPPLIBMAJOR = $(SPPLIBNAME).$(SPPMAJOR) SPPLIBMAJOR = $(SPPLIBNAME).$(SPPMAJOR)
SPPLIB = $(SPPLIBNAME).$(SPPVERSION) SPPLIB = $(SPPLIBNAME).$(SPPVERSION)
SHFLAGS = -shared -Wl,-soname,$(SPPLIB) LIBVERSION = $(SPPLIB)
endif endif
endif endif
PPLIB = $(LIBPREF)postproc$(LIBSUF) PPLIB = $(LIBPREF)postproc$(LIBSUF)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment