[SCM] libav/experimental: Make shared lib name handling consistent with the other Makefiles. patch by Jacob Meuser < jakemsr .. at .. jakemsr ... com >
siretart at users.alioth.debian.org
siretart at users.alioth.debian.org
Sun Jun 30 15:45:53 UTC 2013
The following commit has been merged in the experimental branch:
commit 62e60aed8da0cfe978b7ceb80f603425a8357645
Author: Jacob Meuser <jakemsr at jakemsr.com>
Date: Mon Jan 9 02:05:17 2006 +0000
Make shared lib name handling consistent with the other Makefiles.
patch by Jacob Meuser < jakemsr .. at .. jakemsr ... com >
Originally committed as revision 4831 to svn://svn.ffmpeg.org/ffmpeg/trunk
diff --git a/libavcodec/libpostproc/Makefile b/libavcodec/libpostproc/Makefile
index d435444..47e2149 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)
--
Libav/FFmpeg packaging
More information about the pkg-multimedia-commits
mailing list