build: use python3 to generate some files previously in git
commit39a45c7a175acf7ef5546073f62f5b9b7f83a893
authorUoti Urpala <uau@mplayer2.org>
Sun, 1 Jul 2012 23:09:03 +0000 (2 02:09 +0300)
committerUoti Urpala <uau@mplayer2.org>
Mon, 16 Jul 2012 18:08:42 +0000 (16 21:08 +0300)
tree119a4015e788128b5fcc6e4f9a013f43eff1467f
parent86571435baf116a91a31451d26224600f3575270
build: use python3 to generate some files previously in git

Some files used during build are generated with Python scripts in
TOOLS/. Before, the generated files were included in the git tree.
Start creating them at build time. This introduces a build-dependency
on python3.

The files in question are:
libvo/vdpau_template.c
libmpdemux/ebml_types.h
libmpdemux/ebml_defs.c
.gitignore
Makefile
TOOLS/matroska.py
TOOLS/vdpau_functions.py [changed mode: 0644->0755]
libmpdemux/ebml_defs.c [deleted file]
libmpdemux/ebml_types.h [deleted file]
libvo/vdpau_template.c [deleted file]