Mercurial > mplayer.hg
changeset 29943:1752ec1e845a
DShow TV input needs part of the our DirectShow code, so add the proper
dependencies to the Makefile.
author | reimar |
---|---|
date | Wed, 09 Dec 2009 17:52:18 +0000 |
parents | 9b90e1052b32 |
children | 72279983abb0 |
files | Makefile |
diffstat | 1 files changed, 4 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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