From 62e60aed8da0cfe978b7ceb80f603425a8357645 Mon Sep 17 00:00:00 2001 From: Jacob Meuser <jakemsr@jakemsr.com> Date: Mon, 9 Jan 2006 02:05:17 +0000 Subject: [PATCH] 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 --- libavcodec/libpostproc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/libpostproc/Makefile b/libavcodec/libpostproc/Makefile index d435444208..47e214980c 100644 --- a/libavcodec/libpostproc/Makefile +++ b/libavcodec/libpostproc/Makefile @@ -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) -- 2.18.1