Commit 2bfdde24 authored by Diego Biurrun's avatar Diego Biurrun

Remove useless conditional.

Originally committed as revision 22355 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
parent 3cee76e6
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment