OSDN Git Service

consistency cosmetics
authorDiego Biurrun <diego@biurrun.de>
Mon, 9 Jan 2006 02:08:24 +0000 (02:08 +0000)
committerDiego Biurrun <diego@biurrun.de>
Mon, 9 Jan 2006 02:08:24 +0000 (02:08 +0000)
Originally committed as revision 4833 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/libpostproc/Makefile

index 47e2149..81d3aaa 100644 (file)
@@ -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)