From a9a55ea7f28894d9e72be5e8b2d5a9331f1e7be4 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sun, 28 Aug 2016 19:33:52 +0200 Subject: misc: add some annoying mpv_node helpers Sigh. Some parts of mpv essentially duplicate this code (with varrying levels of triviality) - this can be fixed "later". --- 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 9f30e741a5..f246ae4a33 100644 --- a/wscript_build.py +++ b/wscript_build.py @@ -195,6 +195,7 @@ def build(ctx): ( "misc/charset_conv.c" ), ( "misc/dispatch.c" ), ( "misc/json.c" ), + ( "misc/node.c" ), ( "misc/ring.c" ), ( "misc/rendezvous.c" ), -- cgit v1.2.3