summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsfan5 <sfan5@live.de>2024-02-10 21:31:42 +0100
committersfan5 <sfan5@live.de>2024-02-12 11:04:22 +0100
commitcbcf12cdbd2f0df58fb5b18af7f277ffc26edf88 (patch)
tree768725e4631496dd4c0540c33649f943dd81d114
parenta85efa64f02f3dbdf119b841a0d3a0c24986cee4 (diff)
downloadmpv-cbcf12cdbd2f0df58fb5b18af7f277ffc26edf88.tar.bz2
mpv-cbcf12cdbd2f0df58fb5b18af7f277ffc26edf88.tar.xz
README: mention libplacebo subproject integration
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index ede1537201..997bb7767a 100644
--- a/README.md
+++ b/README.md
@@ -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