From 96a45a16af5594900ca94e7d4abb18d1e6d5ed4a Mon Sep 17 00:00:00 2001 From: wm4 Date: Tue, 7 Feb 2017 17:05:17 +0100 Subject: player: add experimental stream recording feature This is basically a WIP, but it can't remain in a branch forever. A warning is print when using it as it's still a bit "shaky". --- 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 56006f3169..4f65f1ba0f 100644 --- a/wscript_build.py +++ b/wscript_build.py @@ -172,6 +172,7 @@ def build(ctx): ( "common/tags.c" ), ( "common/msg.c" ), ( "common/playlist.c" ), + ( "common/recorder.c" ), ( "common/version.c" ), ## Demuxers -- cgit v1.2.3