Article 6GJR6 mpv and libplacebo

mpv and libplacebo

by
Toutatis
from LinuxQuestions.org on (#6GJR6)
Hello,

I tried to compile the new mpv-0.37.0, and now libplacebo-6 is required.
So I tried to compile libplacebo-6 with the slackbuilds.org slackbuild for libplacebo-5. First I installed successfully python3-glad. Then the following error appears in the compilation of libplacebo-6

Quote:
usr/bin/ld: demos/plplay.p/plplay.c.o*: dans la fonction i*main*i*:
plplay.c:(.text.startup+0x6b): undefined reference to `parse_args'
collect2: erreur: ld a retourni le statut de sortie 1
ninja: build stopped: subcommand failed.
Since plplay is in the demos, I removed the option "demos" in meson-buid.txt, and libplacebo-6 compiled successfully.

mpv-0.37 was also compiled successfully after that, and it works correctly so far.

So my question is: in which library is the function "parse_args" ?
External Content
Source RSS or Atom Feed
Feed Location https://feeds.feedburner.com/linuxquestions/latest
Feed Title LinuxQuestions.org
Feed Link https://www.linuxquestions.org/questions/
Reply 0 comments