README: mention libplacebo subproject integration

This commit is contained in:
sfan5 2024-02-10 21:31:42 +01:00
parent a85efa64f0
commit cbcf12cdbd
1 changed files with 7 additions and 0 deletions

View File

@ -94,6 +94,13 @@ Example:
meson compile -C build
meson install -C build
For libplacebo, meson can use a git check out as a subproject for a convenient
way to compile mpv if a sufficient libplacebo version is not easily available
in the build environment. It will be statically linked with mpv. Example:
mkdir -p subprojects
git clone https://code.videolan.org/videolan/libplacebo.git --depth=1 --recursive subprojects/libplacebo
Essential dependencies (incomplete list):
- gcc or clang