From 3cee76e6c9d13e7e3205ba351b9dfde906885c79 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Tue, 27 Feb 2007 00:18:38 +0000 Subject: Remove useless conditional. Originally committed as revision 8139 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libpostproc/Makefile | 2 -- 1 file changed, 2 deletions(-) (limited to 'libpostproc') diff --git a/libpostproc/Makefile b/libpostproc/Makefile index a6765365d8..d30b4a18de 100644 --- a/libpostproc/Makefile +++ b/libpostproc/Makefile @@ -7,10 +7,8 @@ incdir=$(prefix)/include/postproc 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 -- cgit v1.2.3