From bc79ded75a63ae79a1119f5ca578d41fca04b283 Mon Sep 17 00:00:00 2001 From: Kevin Mitchell Date: Sun, 13 Apr 2014 05:01:55 -0700 Subject: 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 --- 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 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" ), -- cgit v1.2.3