mirror of
https://github.com/mpv-player/mpv
synced 2025-01-19 13:51:14 +00:00
Remove redundant EXTRALIBS declaration.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20039 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
17a374e14b
commit
767bf9402f
@ -5,7 +5,6 @@ NAME=swscale
|
||||
ifeq ($(BUILD_SHARED),yes)
|
||||
LIBVERSION=$(SWSVERSION)
|
||||
LIBMAJOR=$(SWSMAJOR)
|
||||
EXTRALIBS := -L../libavutil -lavutil$(BUILDSUF) $(EXTRALIBS)
|
||||
endif
|
||||
|
||||
# NOTE: -I.. is needed to include config.h
|
||||
|
Loading…
Reference in New Issue
Block a user