From 2bfdde24350b40d6f3ad6979d49e19ffab8898c3 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Tue, 27 Feb 2007 00:19:01 +0000 Subject: Remove useless conditional. Originally committed as revision 22355 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale --- libswscale/Makefile | 2 -- 1 file changed, 2 deletions(-) (limited to 'libswscale/Makefile') diff --git a/libswscale/Makefile b/libswscale/Makefile index 771f9ac12c..a1c25a76a4 100644 --- a/libswscale/Makefile +++ b/libswscale/Makefile @@ -2,10 +2,8 @@ include ../config.mak NAME=swscale -ifeq ($(BUILD_SHARED),yes) LIBVERSION=$(SWSVERSION) LIBMAJOR=$(SWSMAJOR) -endif EXTRALIBS := -L$(BUILD_ROOT)/libavutil -lavutil$(BUILDSUF) $(EXTRALIBS) -- cgit v1.2.3