Skip to content

Building libplacebo on Windows? #231

Closed Answered by kasper93
Hrxn asked this question in Q&A
Dec 13, 2023 · 4 comments · 5 replies
Discussion options

You must be logged in to vote

There is nothing special about building libplacebo on Windows.

meson setup build
meson compile -C build

works.

Of course you need build environment with compiler and dependencies (ffmpeg for plplay). You can use MSYS2 [1] and install prebuilt ffmpeg package, see mpv guide for more details [2]. MSVC is also possible then you have to build ffmpeg yourself [3]. (and native file for meson, because tool autodetection is not that good, but when you arrive at this point I can help with that)

[1] https://www.msys2.org/wiki/MSYS2-installation/
[2] https://github.com/mpv-player/mpv/blob/master/DOCS/compile-windows.md#native-compilation-with-msys2
[3] https://trac.ffmpeg.org/wiki/CompilationGuide

W…

Replies: 4 comments 5 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
3 replies
@kasper93
Comment options

@Hrxn
Comment options

@kasper93
Comment options

Answer selected by Hrxn
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@kasper93
Comment options

@Hrxn
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants