Make shared lib name handling consistent with the other Makefiles.
authorJacob Meuser <jakemsr@jakemsr.com>
Mon, 9 Jan 2006 02:05:17 +0000 (02:05 +0000)
committerDiego Biurrun <diego@biurrun.de>
Mon, 9 Jan 2006 02:05:17 +0000 (02:05 +0000)
patch by Jacob Meuser <  jakemsr  ..@..  jakemsr  ...  com  >

Originally committed as revision 4831 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/libpostproc/Makefile

index d435444..47e2149 100644 (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)