From 32504425d0d84f9bda043247b39318ea15f7aa3e Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Mon, 9 Jan 2006 02:08:24 +0000 Subject: [PATCH] consistency cosmetics Originally committed as revision 4833 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/libpostproc/Makefile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/libavcodec/libpostproc/Makefile b/libavcodec/libpostproc/Makefile index 47e2149..81d3aaa 100644 --- a/libavcodec/libpostproc/Makefile +++ b/libavcodec/libpostproc/Makefile @@ -5,14 +5,13 @@ VPATH=$(SRC_PATH)/libavcodec/libpostproc 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) -- 2.7.4