Da ich auch Schwierigkeiten habe (das richtige) libplacebo zu bauen welches zum Plugins passt:
Könntest Du evtl. ne kurze Anleitung posten wie Du libplacebo baust?
Das wäre super.
Ich hatte das am Samstag versucht mit meinem NUC8i3BEH. Anschließend nur ein weißes Bild mit Ton und verkleinertem OSD. "LIBPLACEBO_GL=1"
hier das Skript womit ich das libplacebo baue
Bash
#!/bin/bash
#Setup build environment:
mkdir -p ~/vaapi
#installing the latest build of libdrm
echo "******************************************"
echo "*** Building and installing libplacebo ***"
echo "******************************************"
cd ~/vaapi
rm -r libplacebo
git clone https://code.videolan.org/videolan/libplacebo
cd libplacebo
meson builddir/
ninja -C builddir/ install
#reboot
echo
echo "Reboot system by typing -> sudo reboot now ***"
echo
Display More
Grüße
cinfo