diff stream/Makefile @ 19568:bd821fd3e244

Radio support, patch by Vladimir Voroshilov (voroshil gmail com)
author reimar
date Mon, 28 Aug 2006 17:05:18 +0000
parents b4e2c17c2bdf
children 9ed557ae1383
line wrap: on
line diff
--- a/stream/Makefile	Mon Aug 28 16:59:29 2006 +0000
+++ b/stream/Makefile	Mon Aug 28 17:05:18 2006 +0000
@@ -78,6 +78,23 @@
   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 \