diff options
author | Jacob Meuser <jakemsr@jakemsr.com> | 2006-01-09 02:05:17 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2006-01-09 02:05:17 +0000 |
commit | 62e60aed8da0cfe978b7ceb80f603425a8357645 (patch) | |
tree | 40d1389a01f37c4324d6925debcc0d2ab484037d | |
parent | 1f49fa5961ccb704a4341f36620387897b026abd (diff) | |
download | ffmpeg-62e60aed8da0cfe978b7ceb80f603425a8357645.tar.gz |
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
-rw-r--r-- | libavcodec/libpostproc/Makefile | 2 |
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) |