summaryrefslogtreecommitdiffstats
path: root/wscript_build.py
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2019-06-19 19:24:01 +0200
committerwm4 <wm4@nowhere>2019-09-19 20:37:05 +0200
commit43fc314279562580c95e558a56a4277f1f7dc5f0 (patch)
treec5f0794b87eaba0c5f2ee145c46509b66cace9f9 /wscript_build.py
parent2b37f9a984cc00374d2506d26967e4a248cceb14 (diff)
downloadmpv-43fc314279562580c95e558a56a4277f1f7dc5f0.tar.bz2
mpv-43fc314279562580c95e558a56a4277f1f7dc5f0.tar.xz
stream: add a generic concat implementation
This is not available to users. It can be used only though the stream_concat_open(). It's unused yet; to be used in the following commit.
Diffstat (limited to 'wscript_build.py')
-rw-r--r--wscript_build.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/wscript_build.py b/wscript_build.py
index 51bb01fac4..30e5b16986 100644
--- a/wscript_build.py
+++ b/wscript_build.py
@@ -359,6 +359,7 @@ def build(ctx):
( "stream/stream_bluray.c", "libbluray" ),
( "stream/stream_cb.c" ),
( "stream/stream_cdda.c", "cdda" ),
+ ( "stream/stream_concat.c" ),
( "stream/stream_dvb.c", "dvbin" ),
( "stream/stream_dvdnav.c", "dvdnav" ),
( "stream/stream_edl.c" ),