Skip to content
Snippets Groups Projects
Commit 62e60aed authored by Jacob Meuser's avatar Jacob Meuser Committed by Diego Biurrun
Browse files

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
No related branches found
No related tags found
No related merge requests found
...@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment