From 69402a1073bf9a37b34b906cbd5d474acb249595 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Wed, 4 Oct 2006 14:00:14 +0000 Subject: Remove redundant EXTRALIBS declaration. Originally committed as revision 20039 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale --- libswscale/Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'libswscale') diff --git a/libswscale/Makefile b/libswscale/Makefile index f39f7cbd47..8eeb80d748 100644 --- a/libswscale/Makefile +++ b/libswscale/Makefile @@ -5,7 +5,6 @@ NAME=swscale ifeq ($(BUILD_SHARED),yes) LIBVERSION=$(SWSVERSION) LIBMAJOR=$(SWSMAJOR) -EXTRALIBS := -L../libavutil -lavutil$(BUILDSUF) $(EXTRALIBS) endif # NOTE: -I.. is needed to include config.h -- cgit v1.2.3