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 c279823ffa..8273720be0 100644
--- a/Makefile
+++ b/Makefile
@@ -62,7 +62,7 @@ ifeq ($(GUI),yes)
PARTS += Gui
endif
ifneq ($(W32_LIB),)
-PARTS += loader loader/dshow
+PARTS += loader loader/dshow loader/dmo
endif
ifeq ($(LIBMENU),yes)
PARTS += libmenu
@@ -136,6 +136,9 @@ libmpcodecs/libmpcodecs.a:
loader/dshow/libDS_Filter.a:
$(MAKE) -C loader/dshow
+loader/dmo/libDMO_Filter.a:
+ $(MAKE) -C loader/dmo
+
libavcodec/libavcodec.a:
$(MAKE) -C libavcodec