# HG changeset patch # User reimar # Date 1260381138 0 # Node ID 1752ec1e845ad98cb179c5a06e0a6b083b05f28b # Parent 9b90e1052b32761d1290f193380744cbe869e6c0 DShow TV input needs part of the our DirectShow code, so add the proper dependencies to the Makefile. diff -r 9b90e1052b32 -r 1752ec1e845a Makefile --- a/Makefile Wed Dec 09 17:50:07 2009 +0000 +++ b/Makefile Wed Dec 09 17:52:18 2009 +0000 @@ -273,7 +273,10 @@ 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