summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--wscript_build.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/wscript_build.py b/wscript_build.py
index e20af74c7e..12a4ea4da0 100644
--- a/wscript_build.py
+++ b/wscript_build.py
@@ -302,9 +302,9 @@ def build(ctx):
( "player/video.c" ),
## Streams
- ( "stream/ai_alsa1x.c", "alsa" ),
- ( "stream/ai_oss.c", "oss-audio" ),
- ( "stream/ai_sndio.c", "sndio" ),
+ ( "stream/ai_alsa1x.c", "alsa && audio-input" ),
+ ( "stream/ai_oss.c", "oss-audio && audio-input" ),
+ ( "stream/ai_sndio.c", "sndio && audio-input" ),
( "stream/audio_in.c", "audio-input" ),
( "stream/cache.c" ),
( "stream/cache_file.c" ),