Commit 8532605f authored by diego's avatar diego

Make shared lib name handling consistent with the other Makefiles.

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


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@4831 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 8b33d038
......@@ -12,7 +12,7 @@ SHFLAGS += -Wl,-install_name,$(libdir)/$(SPPLIBNAME),-current_version,$(SPPVERSI
else
SPPLIBMAJOR = $(SPPLIBNAME).$(SPPMAJOR)
SPPLIB = $(SPPLIBNAME).$(SPPVERSION)
SHFLAGS = -shared -Wl,-soname,$(SPPLIB)
LIBVERSION = $(SPPLIB)
endif
endif
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