Mercurial > mplayer.hg
changeset 22337:d79bd226342d
Remove useless conditional.
author | diego |
---|---|
date | Tue, 27 Feb 2007 00:19:01 +0000 |
parents | 760c74c078ce |
children | 434cd072b0d3 |
files | libswscale/Makefile |
diffstat | 1 files changed, 0 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/libswscale/Makefile Mon Feb 26 21:54:52 2007 +0000 +++ b/libswscale/Makefile Tue Feb 27 00:19:01 2007 +0000 @@ -2,10 +2,8 @@ include ../config.mak NAME=swscale -ifeq ($(BUILD_SHARED),yes) LIBVERSION=$(SWSVERSION) LIBMAJOR=$(SWSMAJOR) -endif EXTRALIBS := -L$(BUILD_ROOT)/libavutil -lavutil$(BUILDSUF) $(EXTRALIBS)