Arch linux provides a patch https://gitlab.archlinux.org/archlinux/packaging/packages/dvdstyler/-/blob/main/ffmpeg-9.patch?ref_type=heads
Fail to build with ffmpeg 9
Also fail with GCC 15
Also fail with GCC 15
This patch fix this issue for me too. Tanks Scott.
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>