summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-12-09 17:52:18 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-12-09 17:52:18 +0000
commit5c5087081fcc119a5579ebac8e81f76cd3cf4a15 (patch)
treec0d332109f0766910d8b287041e718672a40e779 /Makefile
parent80981cd2d0fa1abe1a5f99d15e503a3653929937 (diff)
downloadmpv-5c5087081fcc119a5579ebac8e81f76cd3cf4a15.tar.bz2
mpv-5c5087081fcc119a5579ebac8e81f76cd3cf4a15.tar.xz
DShow TV input needs part of the our DirectShow code, so add the proper
dependencies to the Makefile. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29985 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 438e0bddec..5b7d4295df 100644
--- a/Makefile
+++ b/Makefile
@@ -273,7 +273,10 @@ SRCS_COMMON-$(TREMOR_INTERNAL) += tremor/bitwise.c \
SRCS_COMMON-$(TV) += stream/stream_tv.c stream/tv.c \
stream/frequencies.c stream/tvi_dummy.c
SRCS_COMMON-$(TV_BSDBT848) += stream/tvi_bsdbt848.c
-SRCS_COMMON-$(TV_DSHOW) += stream/tvi_dshow.c
+SRCS_COMMON-$(TV_DSHOW) += stream/tvi_dshow.c \
+ loader/dshow/guids.c \
+ loader/dshow/mediatype.c \
+
SRCS_COMMON-$(TV_V4L1) += stream/tvi_v4l.c stream/audio_in.c
SRCS_COMMON-$(TV_V4L2) += stream/tvi_v4l2.c stream/audio_in.c
SRCS_COMMON-$(UNRAR_EXEC) += unrar_exec.c