changeset 40:7bd9f7dcef91 libpostproc

Remove useless conditional.
author diego
date Tue, 27 Feb 2007 00:18:38 +0000
parents 2c0d7e00db4d
children 8dc2a966afa7
files Makefile
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Wed Feb 21 19:19:46 2007 +0000
+++ b/Makefile	Tue Feb 27 00:18:38 2007 +0000
@@ -7,10 +7,8 @@
 EXTRALIBS := -L$(BUILD_ROOT)/libavutil -lavutil$(BUILDSUF) $(EXTRALIBS)
 
 NAME=postproc
-ifeq ($(BUILD_SHARED),yes)
 LIBVERSION=$(SPPVERSION)
 LIBMAJOR=$(SPPMAJOR)
-endif
 
 STATIC_OBJS=postprocess.o
 SHARED_OBJS=postprocess_pic.o