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 --- TOOLS/vdpau_functions.py | 2 ++ 1 file changed, 2 insertions(+) mode change 100644 => 100755 TOOLS/vdpau_functions.py (limited to 'TOOLS/vdpau_functions.py') diff --git a/TOOLS/vdpau_functions.py b/TOOLS/vdpau_functions.py old mode 100644 new mode 100755 index 27d6ff45f3..39e38a8bbe --- a/TOOLS/vdpau_functions.py +++ b/TOOLS/vdpau_functions.py @@ -1,3 +1,5 @@ +#!/usr/bin/env python3 + # Generate vdpau_template.c functions = """ -- cgit v1.2.3