summaryrefslogtreecommitdiffstats
path: root/stream/Makefile
diff options
context:
space:
mode:
authorben <ben@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-07-31 18:36:29 +0000
committerben <ben@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-07-31 18:36:29 +0000
commit1cad07f6cddba40362c31b1f08ddb4cb35063f1a (patch)
tree7078553089a5dd18d0265942660324273aded4e7 /stream/Makefile
parent7690284b94cecc13f0f6a3d853751df5419c0d58 (diff)
downloadmpv-1cad07f6cddba40362c31b1f08ddb4cb35063f1a.tar.bz2
mpv-1cad07f6cddba40362c31b1f08ddb4cb35063f1a.tar.xz
add an explicit tv stream input instead of the previous hack in stream_null
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19279 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'stream/Makefile')
-rw-r--r--stream/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/stream/Makefile b/stream/Makefile
index e8a33f2b61..85435fb73a 100644
--- a/stream/Makefile
+++ b/stream/Makefile
@@ -55,7 +55,7 @@ endif
# TV in
ifeq ($(TV),yes)
-SRCS += tv.c frequencies.c tvi_dummy.c
+SRCS += stream_tv.c tv.c frequencies.c tvi_dummy.c
ifeq ($(TV_BSDBT848),yes)
SRCS += tvi_bsdbt848.c
endif