summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorUoti Urpala <uau@glyph.nonexistent.invalid>2010-01-28 00:56:26 +0200
committerUoti Urpala <uau@glyph.nonexistent.invalid>2010-01-28 00:56:26 +0200
commitc710c5ee504530eeb7ef7c73f6665fdb291dd206 (patch)
tree7150c1cee52a18db270877ae384290274a129cd2 /Makefile
parentd84685ce13c7b31689b257e44b780373c91f8d32 (diff)
parent55c50b3f9931095f7420ce6932329eceaf81d347 (diff)
downloadmpv-c710c5ee504530eeb7ef7c73f6665fdb291dd206.tar.bz2
mpv-c710c5ee504530eeb7ef7c73f6665fdb291dd206.tar.xz
Merge branch 'matroska'
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f8d3982ac7..225caae09f 100644
--- a/Makefile
+++ b/Makefile
@@ -894,7 +894,9 @@ TAGS:
tags:
rm -f $@; find . -name '*.[chS]' -o -name '*.asm' | xargs ctags -a
-
+generated_ebml:
+ TOOLS/matroska.py --generate-header >libmpdemux/ebml_types.h
+ TOOLS/matroska.py --generate-definitions >libmpdemux/ebml_defs.c
###### tests / tools #######