mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
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
This commit is contained in:
parent
1f49fa5961
commit
62e60aed8d
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user