Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2006-10-04 18:00:14 +0400
committerDiego Biurrun <diego@biurrun.de>2006-10-04 18:00:14 +0400
commit69402a1073bf9a37b34b906cbd5d474acb249595 (patch)
treeadce01498e74e28bff63b1a6331e92620fd8da1f /libswscale
parent7fe1cbd8140d82054cc3f2836d0a369edf8e5287 (diff)
Remove redundant EXTRALIBS declaration.
Originally committed as revision 20039 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Diffstat (limited to 'libswscale')
-rw-r--r--libswscale/Makefile1
1 files changed, 0 insertions, 1 deletions
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