Mercurial > libavcodec.hg
changeset 3027:237e7f43af10 libavcodec
consistency cosmetics
author | diego |
---|---|
date | Mon, 09 Jan 2006 02:08:24 +0000 |
parents | 10934895be5a |
children | 1fadd4c26175 |
files | libpostproc/Makefile |
diffstat | 1 files changed, 3 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/libpostproc/Makefile Mon Jan 09 02:08:12 2006 +0000 +++ b/libpostproc/Makefile Mon Jan 09 02:08:24 2006 +0000 @@ -5,14 +5,13 @@ ifeq ($(SHARED_PP),yes) SPPLIBNAME = $(SLIBPREF)postproc$(SLIBSUF) +SPPLIBMAJOR = $(SPPLIBNAME).$(SPPMAJOR) +SPPLIB = $(SPPLIBNAME).$(SPPVERSION) +LIBVERSION = $(SPPLIB) ifeq ($(CONFIG_DARWIN),yes) SPPLIBMAJOR = $(SLIBPREF)postproc.$(SPPMAJOR)$(SLIBSUF) SPPLIB = $(SLIBPREF)postproc.$(SPPVERSION)$(SLIBSUF) SHFLAGS += -Wl,-install_name,$(libdir)/$(SPPLIBNAME),-current_version,$(SPPVERSION),-compatibility_version,$(SPPVERSION) -else -SPPLIBMAJOR = $(SPPLIBNAME).$(SPPMAJOR) -SPPLIB = $(SPPLIBNAME).$(SPPVERSION) -LIBVERSION = $(SPPLIB) endif endif PPLIB = $(LIBPREF)postproc$(LIBSUF)