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:
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" ?
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. |
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" ?