mirror of https://github.com/mpv-player/mpv
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
This commit is contained in:
parent
80981cd2d0
commit
5c5087081f
5
Makefile
5
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
|
||||
|
|
Loading…
Reference in New Issue