summaryrefslogtreecommitdiffstats
path: root/TOOLS/file2string.pl
Commit message (Collapse)AuthorAgeFilesLines
* Port several python scripts to PerlKovensky2012-11-081-0/+24
file2string.pl and vdpau_functions.pl are direct ports. matroska.py was reimplemented as the Parse::Matroska module in CPAN, and matroska.pl was made a client of Parse::Matroska. A copy of Parse::Matroska is included in TOOLS/lib, and matroska.pl looks there first when trying to load the module. osxbundle.py was not ported since I have no means to verify it. Python is always available on OSX though, so there is no harm in removing the check for it on configure.