From acf654cf8ff5d7a2693067116347ce568b0455d6 Mon Sep 17 00:00:00 2001 From: reimar Date: Mon, 28 Aug 2006 17:05:18 +0000 Subject: Radio support, patch by Vladimir Voroshilov (voroshil gmail com) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19574 b3059339-0415-0410-9bf9-f77b7e298cf2 --- stream/Makefile | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'stream/Makefile') diff --git a/stream/Makefile b/stream/Makefile index 2c03000fb6..144f3488fd 100644 --- a/stream/Makefile +++ b/stream/Makefile @@ -78,6 +78,23 @@ SRCS += stream_tv.c tv.c frequencies.c tvi_dummy.c endif endif +# Radio in +ifeq ($(RADIO),yes) +SRCS += stream_radio.c + ifeq ($(RADIO_CAPTURE),yes) + SRCS += audio_in.c + ifeq ($(ALSA1X),yes) + SRCS += ai_alsa1x.c + endif + ifeq ($(ALSA9),yes) + SRCS += ai_alsa.c + endif + ifeq ($(OSS),yes) + SRCS += ai_oss.c + endif + endif +endif + ifeq ($(MPLAYER_NETWORK),yes) SRCS += asf_streaming.c \ http.c \ -- cgit v1.2.3