Mercurial > mplayer.hg
changeset 20033:5519d7c2a460
Remove redundant EXTRALIBS declaration.
author | diego |
---|---|
date | Wed, 04 Oct 2006 14:00:14 +0000 |
parents | cd9064593436 |
children | 534282370162 |
files | libswscale/Makefile |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libswscale/Makefile Wed Oct 04 13:56:24 2006 +0000 +++ b/libswscale/Makefile Wed Oct 04 14:00:14 2006 +0000 @@ -5,7 +5,6 @@ ifeq ($(BUILD_SHARED),yes) LIBVERSION=$(SWSVERSION) LIBMAJOR=$(SWSMAJOR) -EXTRALIBS := -L../libavutil -lavutil$(BUILDSUF) $(EXTRALIBS) endif # NOTE: -I.. is needed to include config.h