summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 253d76db51..aab57b0d52 100644
--- a/Makefile
+++ b/Makefile
@@ -57,7 +57,7 @@ PARTS += Gui
endif
ifneq ($(W32_LIB),)
-PARTS += loader loader/DirectShow
+PARTS += loader loader/dshow
SRCS_MPLAYER += dll_init.c
SRCS_MENCODER += dll_init.c
# SRCS += dll_init.c
@@ -101,6 +101,9 @@ libmpdemux/libmpdemux.a:
loader/DirectShow/libDS_Filter.a:
$(MAKE) -C loader/DirectShow
+loader/dshow/libDS_Filter.a:
+ $(MAKE) -C loader/dshow
+
libmp1e/libmp1e.a:
$(MAKE) -C libmp1e