mirror of
https://github.com/mpv-player/mpv
synced 2024-12-11 17:37:23 +00:00
Fix compilation as a win32 shared library (libavutil must be explicitly linked)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19416 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
2ad89c5956
commit
b4d8744e68
@ -5,6 +5,7 @@ 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