summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorllyyr <llyyr.public@gmail.com>2023-10-23 22:24:53 +0530
committerDudemanguy <random342@airmail.cc>2023-10-24 14:06:37 +0000
commit6413f9e84f3362199717e070f71b1b0b0624ecaa (patch)
tree37765d2c22ecf0e425c69d9a9f8a3a891bb467fa /README.md
parent3af25edfa5b88c2309843418a0e83c7ab5e0217e (diff)
downloadmpv-6413f9e84f3362199717e070f71b1b0b0624ecaa.tar.bz2
mpv-6413f9e84f3362199717e070f71b1b0b0624ecaa.tar.xz
README: add libplacebo to dependencies and mention wrap
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/README.md b/README.md
index c74e3788e1..863936bf6a 100644
--- a/README.md
+++ b/README.md
@@ -92,6 +92,15 @@ Example:
meson compile -C build
meson install -C build
+A libplacebo meson wrap is also present for building mpv without having
+libplacebo available during build time. When the meson wrap is executed,
+libplacebo will be recursively cloned with all its dependencies and statically
+linked with mpv.
+
+Users can also force mpv to fallback to the wrap file:
+
+ meson setup build --force-fallback-for=libplacebo
+
Essential dependencies (incomplete list):
- gcc or clang
@@ -100,6 +109,7 @@ Essential dependencies (incomplete list):
- Audio output development headers (libasound/ALSA, pulseaudio)
- FFmpeg libraries (libavutil libavcodec libavformat libswscale libavfilter
and either libswresample or libavresample)
+- libplacebo
- zlib
- iconv (normally provided by the system libc)
- libass (OSD, OSC, text subtitles)