From 39a45c7a175acf7ef5546073f62f5b9b7f83a893 Mon Sep 17 00:00:00 2001 From: Uoti Urpala Date: Mon, 2 Jul 2012 02:09:03 +0300 Subject: 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 | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitignore') 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 -- cgit v1.2.3