summaryrefslogtreecommitdiffstats
path: root/wscript_build.py
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-04-13 18:51:43 +0200
committerwm4 <wm4@nowhere>2014-04-13 18:51:43 +0200
commit132f395aacb2c658e91b8845076115f98158edce (patch)
tree412302d36033ff11554ffd888e947927975493d8 /wscript_build.py
parent78128bddda4bcea1f256fc13cc33fa2652ed277c (diff)
downloadmpv-132f395aacb2c658e91b8845076115f98158edce.tar.bz2
mpv-132f395aacb2c658e91b8845076115f98158edce.tar.xz
Remove radio://
It was disabled by default, works only for analogue radio, and I bet nobody uses it.
Diffstat (limited to 'wscript_build.py')
-rw-r--r--wscript_build.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/wscript_build.py b/wscript_build.py
index 8790c96d4a..0b02f518f9 100644
--- a/wscript_build.py
+++ b/wscript_build.py
@@ -247,7 +247,6 @@ def build(ctx):
( "stream/stream_mf.c" ),
( "stream/stream_null.c" ),
( "stream/stream_pvr.c", "pvr" ),
- ( "stream/stream_radio.c", "radio" ),
( "stream/stream_rar.c" ),
( "stream/stream_smb.c", "libsmbclient" ),
( "stream/stream_tv.c", "tv" ),