diff options
author | Diego Biurrun <diego@biurrun.de> | 2006-10-04 14:00:14 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2006-10-04 14:00:14 +0000 |
commit | 69402a1073bf9a37b34b906cbd5d474acb249595 (patch) | |
tree | adce01498e74e28bff63b1a6331e92620fd8da1f /libswscale | |
parent | 7fe1cbd8140d82054cc3f2836d0a369edf8e5287 (diff) | |
download | ffmpeg-69402a1073bf9a37b34b906cbd5d474acb249595.tar.gz |
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/Makefile | 1 |
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 |