From 43fc314279562580c95e558a56a4277f1f7dc5f0 Mon Sep 17 00:00:00 2001 From: wm4 Date: Wed, 19 Jun 2019 19:24:01 +0200 Subject: 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. --- wscript_build.py | 1 + 1 file changed, 1 insertion(+) (limited to 'wscript_build.py') 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" ), -- cgit v1.2.3