summaryrefslogtreecommitdiffstats
path: root/TOOLS/matroska.py
diff options
context:
space:
mode:
authorUoti Urpala <uau@mplayer2.org>2012-07-02 02:09:03 +0300
committerUoti Urpala <uau@mplayer2.org>2012-07-16 21:08:42 +0300
commit39a45c7a175acf7ef5546073f62f5b9b7f83a893 (patch)
tree119a4015e788128b5fcc6e4f9a013f43eff1467f /TOOLS/matroska.py
parent86571435baf116a91a31451d26224600f3575270 (diff)
downloadmpv-39a45c7a175acf7ef5546073f62f5b9b7f83a893.tar.bz2
mpv-39a45c7a175acf7ef5546073f62f5b9b7f83a893.tar.xz
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 'TOOLS/matroska.py')
-rwxr-xr-xTOOLS/matroska.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/TOOLS/matroska.py b/TOOLS/matroska.py
index 375fb8b279..ffa388e47b 100755
--- a/TOOLS/matroska.py
+++ b/TOOLS/matroska.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python3
+#!/usr/bin/env python3
"""
Generate C definitions for parsing Matroska files.
Can also be used to directly parse Matroska files and display their contents.