diff options
author | Uoti Urpala <uau@mplayer2.org> | 2012-07-02 02:09:03 +0300 |
---|---|---|
committer | Uoti Urpala <uau@mplayer2.org> | 2012-07-16 21:08:42 +0300 |
commit | 39a45c7a175acf7ef5546073f62f5b9b7f83a893 (patch) | |
tree | 119a4015e788128b5fcc6e4f9a013f43eff1467f /.gitignore | |
parent | 86571435baf116a91a31451d26224600f3575270 (diff) |
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
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index e90239351c..5a4994fca2 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,6 @@ /TAGS /locale /po +/libmpdemux/ebml_defs.c +/libmpdemux/ebml_types.h +/libvo/vdpau_template.c |