mirror of
https://github.com/mpv-player/mpv
synced 2025-03-19 18:05:21 +00:00
demux_avs compilation should depend on WIN32DLL support, not a linker flag.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19500 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
c3cd36d20e
commit
ebacc18087
@ -65,7 +65,7 @@ endif
|
||||
ifeq ($(XMMS_PLUGINS),yes)
|
||||
SRCS += demux_xmms.c
|
||||
endif
|
||||
ifneq ($(W32_LIB),)
|
||||
ifeq ($(WIN32DLL),yes)
|
||||
SRCS += demux_avs.c
|
||||
endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user