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:
diego 2006-08-22 23:18:58 +00:00
parent c3cd36d20e
commit ebacc18087
1 changed files with 1 additions and 1 deletions

View File

@ -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