diff stream/Makefile @ 19273:11ec1cb3a7ea

add an explicit tv stream input instead of the previous hack in stream_null
author ben
date Mon, 31 Jul 2006 18:36:29 +0000
parents e53b30cd047f
children 6fae24d40138
line wrap: on
line diff
--- a/stream/Makefile	Mon Jul 31 17:48:50 2006 +0000
+++ b/stream/Makefile	Mon Jul 31 18:36:29 2006 +0000
@@ -55,7 +55,7 @@
 
 # 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