1
0
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:
Jacob Meuser 2006-01-09 02:05:17 +00:00 committed by Diego Biurrun
parent 1f49fa5961
commit 62e60aed8d

View File

@ -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)