Mercurial > libavcodec.hg
changeset 3025:8a7d694a21eb libavcodec
Make shared lib name handling consistent with the other Makefiles.
patch by Jacob Meuser < jakemsr ..@.. jakemsr ... com >
author | diego |
---|---|
date | Mon, 09 Jan 2006 02:05:17 +0000 |
parents | 67d3bb5a4ce1 |
children | 10934895be5a |
files | libpostproc/Makefile |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libpostproc/Makefile Sun Jan 08 21:19:39 2006 +0000 +++ b/libpostproc/Makefile Mon Jan 09 02:05:17 2006 +0000 @@ -12,7 +12,7 @@ else SPPLIBMAJOR = $(SPPLIBNAME).$(SPPMAJOR) SPPLIB = $(SPPLIBNAME).$(SPPVERSION) -SHFLAGS = -shared -Wl,-soname,$(SPPLIB) +LIBVERSION = $(SPPLIB) endif endif PPLIB = $(LIBPREF)postproc$(LIBSUF)