summaryrefslogtreecommitdiffstats
path: root/old-makefile
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 /old-makefile
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 'old-makefile')
-rw-r--r--old-makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/old-makefile b/old-makefile
index 4df04d49da..411163fa9a 100644
--- a/old-makefile
+++ b/old-makefile
@@ -185,6 +185,7 @@ SOURCES = audio/audio.c \
common/common.c \
common/msg.c \
common/playlist.c \
+ common/tags.c \
common/version.c \
demux/codec_tags.c \
demux/demux.c \