comparison 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
comparison
equal deleted inserted replaced
19272:e53b30cd047f 19273:11ec1cb3a7ea
53 SRCS += stream_vstream.c 53 SRCS += stream_vstream.c
54 endif 54 endif
55 55
56 # TV in 56 # TV in
57 ifeq ($(TV),yes) 57 ifeq ($(TV),yes)
58 SRCS += tv.c frequencies.c tvi_dummy.c 58 SRCS += stream_tv.c tv.c frequencies.c tvi_dummy.c
59 ifeq ($(TV_BSDBT848),yes) 59 ifeq ($(TV_BSDBT848),yes)
60 SRCS += tvi_bsdbt848.c 60 SRCS += tvi_bsdbt848.c
61 endif 61 endif
62 ifeq ($(TV_V4L2),yes) 62 ifeq ($(TV_V4L2),yes)
63 SRCS += tvi_v4l2.c audio_in.c 63 SRCS += tvi_v4l2.c audio_in.c