<div dir="auto"><div><br><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">пт, 2 июн. 2023 г., 10:58 Andrea paz <<a href="mailto:gamberucci.andrea@gmail.com">gamberucci.andrea@gmail.com</a>>:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Unfortunately, now we start with errors that I don't understand. The<br>
compilation failed and I attach the cin.log and configure.log.<br>
Question: shouldn't we use ffmpeg-git?<br></blockquote></div></div><div dir="auto"><br></div><div dir="auto">It tend to be API-unstable .. :/</div><div dir="auto"><br></div><div dir="auto">Anyway</div><div dir="auto"><br></div><div dir="auto"><div dir="auto">pluginfclient.C:665:13: error: ‘avfilter_pad_count’ was not declared in this scope</div><div dir="auto">  665 |         if( avfilter_pad_count(fp->outputs) > 1 ) return 0;</div><div dir="auto"><br></div><div dir="auto">hopefully fixed by my patch (attached)</div><div dir="auto"><br></div><div dir="auto">Phyllis currently testing ffmpeg-6.0 with rebased patches.</div><div dir="auto"><br></div><div dir="auto"><br></div><div dir="auto">in ffmpeg.git we hopefully will see vulkan h264/265 decoding and no additional breakage!</div></div><div dir="auto"><br></div><div dir="auto"><br></div><div dir="auto"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
The configure I used is as follows:<br>
<br>
./configure --with-single-user --disable-static-build<br>
--with-config-dir=/home/paz/.bcast6 --without-thirdparty<br>
--without-libdpx<br>
<br>
Taking a hint from "bsd.sh" I also tried the following configure:<br>
<br>
$ ./configure --with-single-user --disable-static-build<br>
--with-config-dir=/home/paz/.bcast6 --without-thirdparty<br>
--without-libdpx --disable-dav1d --disable-libaom --disable libwebp<br>
--without-nv<br>
<br>
But I get the error:<br>
<br>
configure: error: unrecognized option: `--disable'<br>
Try `./configure --help' for more information<br>
<br>
If I change the "disable" to "without" I get:<br>
<br>
configure: error: unrecognized option: `--without'<br>
Try `./configure --help' for more information<br>
</blockquote></div></div></div>