summaryrefslogtreecommitdiffstats
path: root/wscript_build.py
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2019-09-13 17:31:24 +0200
committerwm4 <wm4@nowhere>2019-09-13 17:35:06 +0200
commita25b3d61a1c4b98183f7660bc3249321c13093d3 (patch)
tree53c9fad0ab4d3dbc93a17f61616992e2c21f4edb /wscript_build.py
parenta75b249b0b116b6ddc5c430f0a9974696361ebf9 (diff)
downloadmpv-a25b3d61a1c4b98183f7660bc3249321c13093d3.tar.bz2
mpv-a25b3d61a1c4b98183f7660bc3249321c13093d3.tar.xz
demux, stream: remove old rar support in favor of libarchive
The old rar code could do uncompressed rar, libarchive supports at least some rar compression algorithms. There is no need to keep the old rar code.
Diffstat (limited to 'wscript_build.py')
-rw-r--r--wscript_build.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/wscript_build.py b/wscript_build.py
index c151d97bce..69d8937ab7 100644
--- a/wscript_build.py
+++ b/wscript_build.py
@@ -283,7 +283,6 @@ def build(ctx):
( "demux/demux_mkv_timeline.c" ),
( "demux/demux_null.c" ),
( "demux/demux_playlist.c" ),
- ( "demux/demux_rar.c" ),
( "demux/demux_raw.c" ),
( "demux/demux_timeline.c" ),
( "demux/ebml.c" ),
@@ -354,7 +353,6 @@ def build(ctx):
## Streams
( "stream/cookies.c" ),
( "stream/dvb_tune.c", "dvbin" ),
- ( "stream/rar.c" ),
( "stream/stream.c" ),
( "stream/stream_avdevice.c" ),
( "stream/stream_bluray.c", "libbluray" ),
@@ -369,7 +367,6 @@ def build(ctx):
( "stream/stream_memory.c" ),
( "stream/stream_mf.c" ),
( "stream/stream_null.c" ),
- ( "stream/stream_rar.c" ),
( "stream/stream_smb.c", "libsmbclient" ),
## Subtitles