summaryrefslogtreecommitdiff
path: root/libavcodec
diff options
context:
space:
mode:
authorJacob Meuser <jakemsr@jakemsr.com>2006-01-09 02:05:17 +0000
committerDiego Biurrun <diego@biurrun.de>2006-01-09 02:05:17 +0000
commit62e60aed8da0cfe978b7ceb80f603425a8357645 (patch)
tree40d1389a01f37c4324d6925debcc0d2ab484037d /libavcodec
parent1f49fa5961ccb704a4341f36620387897b026abd (diff)
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
Diffstat (limited to 'libavcodec')
-rw-r--r--libavcodec/libpostproc/Makefile2
1 files changed, 1 insertions, 1 deletions
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)