summaryrefslogtreecommitdiffstats
path: root/use-libass-custom
Commit message (Collapse)AuthorAgeFilesLines
* add use-<proj>-custom FOO for any commit/branch/tagAvi Halachmi (:avih)2017-12-051-0/+10
While it was possible before to build any branch of mpv/ffmpeg/etc by just git checkout $whatever and then ./build, it got reset after ./rebuild or ./update etc. Add use-mpv-custom and use-ffmpeg-custom which accept any commit/branch/tag which will survive ./rebuild, ./update, etc. This should make it slightly easier to build past versions of mpv. While at it, also add use-libass-{master|custom}