summaryrefslogtreecommitdiffstats
path: root/wscript_build.py
diff options
context:
space:
mode:
authorKevin Mitchell <kevmitch@gmail.com>2014-04-13 05:01:55 -0700
committerwm4 <wm4@nowhere>2014-04-13 18:03:01 +0200
commitbc79ded75a63ae79a1119f5ca578d41fca04b283 (patch)
treec6d04bd0d0b090373f154b351fb7fabfd9ab529f /wscript_build.py
parent47972a0077892636fb922a3600d66779636b7ee7 (diff)
downloadmpv-bc79ded75a63ae79a1119f5ca578d41fca04b283.tar.bz2
mpv-bc79ded75a63ae79a1119f5ca578d41fca04b283.tar.xz
mp_tags: move generic mp_tags stuff into its own .c/.h files in common/
rename add_metadata to the more genera/descriptive mp_tags_copy_items_from_av_dictionary Signed-off-by: wm4 <wm4@nowhere>
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 08b26db89b..8790c96d4a 100644
--- a/wscript_build.py
+++ b/wscript_build.py
@@ -161,6 +161,7 @@ def build(ctx):
( "common/cpudetect.c" ),
( "common/encode_lavc.c", "encoding" ),
( "common/common.c" ),
+ ( "common/tags.c" ),
( "common/msg.c" ),
( "common/playlist.c" ),
( "common/version.c" ),