mirror of
https://github.com/mpv-player/mpv
synced 2025-01-13 02:16:40 +00:00
Remove useless conditional.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22355 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
3f7582cca2
commit
e3b1929925
@ -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