[SCM] libav/experimental: consistency cosmetics

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 15:45:54 UTC 2013


The following commit has been merged in the experimental branch:
commit 32504425d0d84f9bda043247b39318ea15f7aa3e
Author: Diego Biurrun <diego at biurrun.de>
Date:   Mon Jan 9 02:08:24 2006 +0000

    consistency cosmetics
    
    Originally committed as revision 4833 to svn://svn.ffmpeg.org/ffmpeg/trunk

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)

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list