mpv/TOOLS
wm4 6dc1249625 TOOLS: remove useless crap
Most of the scripts in TOOLS seem entirely useless. Remove them.
There were about 3 types of scripts:
- apparent developer tools (like file format dumpers, benchmarks)
  => I doubt any mplayer developer still alive even uses these
- helpers for encoding or ripping stuff
  => mencoder is gone, at least from this version of mplayer
- helpers meant for users (launching mplayer in weird ways, etc.)
  => just no, it will cause you more pain than gain
So no, there is nothing useful.

Under the scripts not deleted, these are needed for building mplayer:
  file2string.py
  matroska.py
  vdpau_functions.py
These might have _some_ use (but still questionable):
  binary_codecs.sh
  checktree.sh
2012-07-28 20:44:58 +02:00
..
binary_codecs.sh TOOLS/binary_codecs.sh: make indentation consistent 2010-11-07 21:47:32 +02:00
checktree.sh build: Rename configure.log file to config.log 2010-11-02 04:08:56 +02:00
file2string.py build, codec-cfg.c: simplify builtin codecs.conf handling 2012-07-16 21:08:42 +03:00
matroska.py build: use python3 to generate some files previously in git 2012-07-16 21:08:42 +03:00
vdpau_functions.py build: use python3 to generate some files previously in git 2012-07-16 21:08:42 +03:00