summaryrefslogtreecommitdiffstats
path: root/use-ffmpeg-release
Commit message (Collapse)AuthorAgeFilesLines
* add missing use-ffmpeg-releaseAvi Halachmi (:avih)2017-12-051-0/+5
|
* Update FFmpeg URL, drop support for FFmpeg releaseswm42017-10-271-5/+0
|
* Forcefully disable locale nonsensewm42015-01-141-0/+1
| | | | | | | | | | Likes to break scripts. In this case, a russian user had a weird problem with building mpv: the ffmpeg include files were not found. Maybe the locale broke installing ffmpeg. Adding this to every top-level script (annoyingly), but I won't add them to the files in the scripts/ directory. The user normally doesn't need to call them directly, so don't bother.
* Add a simpler way to switch between release and master versionswm42014-10-271-0/+4
This remembers the selection, and users are not tricked into accidentally switching back to the release all the time. Don't do this for libass, we always use master. (No reason to use a usually buggy and outdated release.) We don't do it for fribidi either, because fribidi is just in a permanent state of bitrotting and brokenness.