summaryrefslogtreecommitdiffstats
path: root/clean
Commit message (Collapse)AuthorAgeFilesLines
* include libplacebozeromind2022-08-311-0/+1
| | | | | | | | | | | Include libplacebo to add support `vo=gpu-next` in mpv, as the OS-provided libplacebo may not be recent enough. Explicitly link mpv and ffmpeg against stdc++ in case libplacebo was built with glslang, which does not have pkg-config files. Adjust the update script to also checkout git submodules as well, which is needed for libplacebo.
* 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.
* Re-enable building fribidi (with -j1)Martin Herkt2014-01-081-0/+1
| | | | This works now that the build scripts are not Makefiles anymore.
* clean: remove build_libs at the endwm42013-12-291-1/+1
| | | | Looks better IMO.
* Adding waf support for mpv.Josh Driver2013-12-291-0/+6