пт, 2 июн. 2023 г., 10:58 Andrea paz <gamberucci.andrea@gmail.com>:
Unfortunately, now we start with errors that I don't understand. The
compilation failed and I attach the cin.log and configure.log.
Question: shouldn't we use ffmpeg-git?

It tend to be API-unstable .. :/

Anyway

pluginfclient.C:665:13: error: ‘avfilter_pad_count’ was not declared in this scope
  665 |         if( avfilter_pad_count(fp->outputs) > 1 ) return 0;

hopefully fixed by my patch (attached)

Phyllis currently testing ffmpeg-6.0 with rebased patches.


in ffmpeg.git we hopefully will see vulkan h264/265 decoding and no additional breakage!



The configure I used is as follows:

./configure --with-single-user --disable-static-build
--with-config-dir=/home/paz/.bcast6 --without-thirdparty
--without-libdpx

Taking a hint from "bsd.sh" I also tried the following configure:

$ ./configure --with-single-user --disable-static-build
--with-config-dir=/home/paz/.bcast6 --without-thirdparty
--without-libdpx --disable-dav1d --disable-libaom --disable libwebp
--without-nv

But I get the error:

configure: error: unrecognized option: `--disable'
Try `./configure --help' for more information

If I change the "disable" to "without" I get:

configure: error: unrecognized option: `--without'
Try `./configure --help' for more information