Remove redundant EXTRALIBS declaration.
authorDiego Biurrun <diego@biurrun.de>
Wed, 4 Oct 2006 14:00:14 +0000 (14:00 +0000)
committerDiego Biurrun <diego@biurrun.de>
Wed, 4 Oct 2006 14:00:14 +0000 (14:00 +0000)
Originally committed as revision 20039 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale

libswscale/Makefile

index f39f7cb..8eeb80d 100644 (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