New release ?
Please note that libpostproc has been removed in ffmpeg 8 I noticed a typo in commit 9bb397 The include path is wrong # include <avcodec/codec_desc.h> should be # include <libavcodec/codec_desc.h>
Please note that libpostproc has been removed in ffmpeg 8 I noticed a typo in commit 9bb397 The include path is wrong # include <avcodec/codec_desc.h> # include <libavcodec/codec_desc.h>
I noticed a typo in commit 9bb397 The include path is wrong # include <avcodec/codec_desc.h> # include <libavcodec/codec_desc.h>
Fail to build with ffmpeg 8
Fail to build with ffmpeg 8
The plugin doesn't build in Debian https://buildd.debian.org/status/package.php?p=libdrumstick&suite=sid make[1]: Leaving directory '/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu' dh_install -a -O-Scmake dh_install: warning: Cannot find (any matches for) "usr/lib/*/qt6/plugins/designer/libdrumstick-vpiano-plugin.so" (tried in ., debian/tmp) dh_install: warning: libdrumstick-plugins missing files: usr/lib/*/qt6/plugins/designer/libdrumstick-vpiano-plugin.so dh_install: error: missing files, aborting make:...
A build with -DUSE_DBUS=OFF solve this issue.