mpv-player / mpv-build

🔨 Helper scripts to compile mpv on Linux
http://mpv.io
403 stars 104 forks source link

Feature Request: also build libplacebo #186

Closed CounterPillow closed 2 years ago

CounterPillow commented 2 years ago

With mpv more and more depending on libplacebo, it makes sense that people would be able to use mpv-build to try out bleeding-edge mpv features (gpu-next) that depend on a bleeding-edge version of libplacebo. So I'd like to request that much like ffmpeg and libass, libplacebo is built in the same fashion, with a switch between the git version and the release version.

Dudemanguy commented 2 years ago

Could be pretty trivially done with meson wraps (of course, that would be meson-specific but still).