summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-12-10 22:40:14 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-12-10 22:40:14 +0000
commiteb4fff3a8fa64c3abf63fad5a05b3f102000ce24 (patch)
treec50c75a67f88ec72a636b1f8ba54fe788d29a0c6 /Makefile
parentb4419265d6ea2868b1d4d6c3340d21ab29ef57ba (diff)
downloadmpv-eb4fff3a8fa64c3abf63fad5a05b3f102000ce24.tar.bz2
mpv-eb4fff3a8fa64c3abf63fad5a05b3f102000ce24.tar.xz
dshow switched to C version
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3452 b3059339-0415-0410-9bf9-f77b7e298cf2
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