mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-24 12:09:55 +00:00
Remove useless conditional.
Originally committed as revision 22355 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
This commit is contained in:
parent
3cee76e6c9
commit
2bfdde2435
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user