summaryrefslogtreecommitdiffstats
path: root/stream
diff options
context:
space:
mode:
Diffstat (limited to 'stream')
-rw-r--r--stream/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/stream/Makefile b/stream/Makefile
index d27a45a700..a5d7edcf37 100644
--- a/stream/Makefile
+++ b/stream/Makefile
@@ -54,13 +54,7 @@ SRCS_COMMON-$(TV_V4L2) += tvi_v4l2.c audio_in.c
SRCS_COMMON-$(VCD) += stream_vcd.c
SRCS_COMMON-$(VSTREAM) += stream_vstream.c
-#FIXME: These should have variables assigned in configure.
-ifeq ($(TV_V4L),yes)
-SRCS_COMMON-$(ALSA1X) += ai_alsa1x.c
-SRCS_COMMON-$(ALSA9) += ai_alsa.c
-SRCS_COMMON-$(OSS) += ai_oss.c
-endif
-ifeq ($(RADIO_CAPTURE),yes)
+ifeq ($(AUDIO_INPUT),yes)
SRCS_COMMON-$(ALSA1X) += ai_alsa1x.c
SRCS_COMMON-$(ALSA9) += ai_alsa.c
SRCS_COMMON-$(OSS) += ai_oss.c