diff libmpdemux/Makefile @ 19494:cbf4b6aa9d2a

demux_avs compilation should depend on WIN32DLL support, not a linker flag.
author diego
date Tue, 22 Aug 2006 23:18:58 +0000
parents 4f71ed7cb512
children b4e2c17c2bdf
line wrap: on
line diff
--- a/libmpdemux/Makefile	Tue Aug 22 23:04:48 2006 +0000
+++ b/libmpdemux/Makefile	Tue Aug 22 23:18:58 2006 +0000
@@ -65,7 +65,7 @@
 ifeq ($(XMMS_PLUGINS),yes)
 SRCS += demux_xmms.c
 endif
-ifneq ($(W32_LIB),)
+ifeq ($(WIN32DLL),yes)
 SRCS += demux_avs.c
 endif