Remove redundant EXTRALIBS declaration.

Originally committed as revision 20039 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
This commit is contained in:
Diego Biurrun 2006-10-04 14:00:14 +00:00
parent 7fe1cbd814
commit 69402a1073
1 changed files with 0 additions and 1 deletions

View File

@ -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