summaryrefslogtreecommitdiffstats
path: root/build
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* move ffmpeg build after libassKevin Mitchell2014-11-031-2/+2
| | | | in case someone wants to add --enable-libass to ffmpeg_options
* Disable building fribidi (again)wm42014-10-271-2/+2
| | | | Its buildsystem sucks too much.
* Re-enable building fribidi (with -j1)Martin Herkt2014-01-081-0/+2
| | | | This works now that the build scripts are not Makefiles anymore.
* Adding waf support for mpv.Josh Driver2013-12-291-0/+9