From 0112143fdaae0a6264d9e02355e9dc0ca4f7741c Mon Sep 17 00:00:00 2001 From: wm4 Date: Tue, 17 Dec 2013 02:39:45 +0100 Subject: Split mpvcore/ into common/, misc/, bstr/ --- wscript_build.py | 34 +++++++++++++++++++--------------- 1 file changed, 19 insertions(+), 15 deletions(-) (limited to 'wscript_build.py') diff --git a/wscript_build.py b/wscript_build.py index 16668f8c36..d2495d3b68 100644 --- a/wscript_build.py +++ b/wscript_build.py @@ -162,22 +162,22 @@ def build(ctx): ( "audio/out/ao_sndio.c", "sndio" ), ( "audio/out/ao_wasapi.c", "wasapi" ), + ## Bstr + ( "bstr/bstr.c" ), + ## Core - ( "mpvcore/asxparser.c" ), - ( "mpvcore/av_common.c" ), - ( "mpvcore/av_log.c" ), - ( "mpvcore/av_opts.c" ), - ( "mpvcore/bstr.c" ), - ( "mpvcore/charset_conv.c" ), - ( "mpvcore/codecs.c" ), - ( "mpvcore/cpudetect.c" ), - ( "mpvcore/encode_lavc.c", "encoding" ), - ( "mpvcore/mp_common.c" ), - ( "mpvcore/mp_msg.c" ), - ( "mpvcore/mp_ring.c" ), - ( "mpvcore/playlist.c" ), - ( "mpvcore/playlist_parser.c" ), - ( "mpvcore/version.c" ), + ( "common/asxparser.c" ), + ( "common/av_common.c" ), + ( "common/av_log.c" ), + ( "common/av_opts.c" ), + ( "common/codecs.c" ), + ( "common/cpudetect.c" ), + ( "common/encode_lavc.c", "encoding" ), + ( "common/common.c" ), + ( "common/msg.c" ), + ( "common/playlist.c" ), + ( "common/playlist_parser.c" ), + ( "common/version.c" ), ## Demuxers ( "demux/codec_tags.c" ), @@ -199,6 +199,10 @@ def build(ctx): ( "input/joystick.c", "joystick" ), ( "input/lirc.c", "lirc" ), + ## Misc + ( "misc/ring.c" ), + ( "misc/charset_conv.c" ), + ## Options ( "options/m_config.c" ), ( "options/m_option.c" ), -- cgit v1.2.3