From 5c5087081fcc119a5579ebac8e81f76cd3cf4a15 Mon Sep 17 00:00:00 2001 From: reimar Date: Wed, 9 Dec 2009 17:52:18 +0000 Subject: 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 --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3