summaryrefslogtreecommitdiffstats
path: root/stream
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-04-22 20:43:28 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-04-22 20:43:28 +0000
commit2fbdb552895714bd3ee54cf6b2cd2558948bdf75 (patch)
treee00a12061bdcfe35d5e7335c4cdb0f8e20ec7740 /stream
parenteffc6dcf23d54cd29e82a5dcfdca04f9432083b8 (diff)
downloadmpv-2fbdb552895714bd3ee54cf6b2cd2558948bdf75.tar.bz2
mpv-2fbdb552895714bd3ee54cf6b2cd2558948bdf75.tar.xz
Add Makefile variable for audio input that is enabled by V4L or radio capture.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23088 b3059339-0415-0410-9bf9-f77b7e298cf2
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