Mercurial > mplayer.hg
diff stream/Makefile @ 23070:7bed5b94f253
Add Makefile variable for audio input that is enabled by V4L or radio capture.
author | diego |
---|---|
date | Sun, 22 Apr 2007 20:43:28 +0000 |
parents | 565f3290908e |
children | a6c619ee9d30 |
line wrap: on
line diff
--- a/stream/Makefile Sun Apr 22 20:32:15 2007 +0000 +++ b/stream/Makefile Sun Apr 22 20:43:28 2007 +0000 @@ -54,13 +54,7 @@ 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