<div dir="auto"><div><br><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">сб, 23 дек. 2023 г., 00:53 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">This time I used the modified script:<br>
<br>
#!/bin/bash<br>
export FFMPEG_EXTRA_CFG="--disable-debug --enable-libaom --enable-libsvtav1 "<br>
 export EXTRA_LIBS="-laom"<br>
./configure --with-single-user --with-config-dir=/home/paz/.bcast6<br>
--disable-libaom<br>
<br>
./configure still does not recognize me intel svt-av1. In fact in the<br>
log there is this line:<br>
<br>
ERROR: SvtAv1Enc >= 0.9.0 not found using pkg-config<br>
<br>
I think I should install the driver in Arch since, not having Intel, I<br>
do not have any of its components. (I don't intend to install anything<br>
though because I currently have too many problems with amd/rocm<br>
already).<br>
Anyway, this time the build didn't go all the way through. Strange,<br>
because looking at the config.log it seems to me that this time the<br>
build succeeds in using the system libaom. I attach the cin5.log.<br>
<br>
I redid another build by removing "--enable-libsvtav1" from the script.<br></blockquote></div></div><div dir="auto"><br></div><div dir="auto">==== quote myself from another mail ====</div><div dir="auto"><br></div><div dir="auto"><div dir="auto" style="font-size:12.8px">EXTRA_LIBS=" -lOpenCL -lSvtAv1Enc -ldav1d -lxvidcore -lass -lbluray -lsnappy -lzimg" \</div><div dir="auto" style="font-size:12.8px">FFMPEG_EXTRA_CFG=" --disable-doc --enable-opencl --enable-libsvtav1 --enable-frei0r --enable-libdav1d --enable-libzimg --enable-libxvid --enable-libass --enable-libbluray --enable-libsnappy --disable-debug --extra-cflags=-I/usr/include/svt-av1" \</div><div dir="auto" style="font-size:12.8px"><br></div><div dir="auto" style="font-size:12.8px">without --extra-cflags ffmpeg fails to find includes for me.</div><div dir="auto" style="font-size:12.8px"><br></div><div dir="auto" style="font-size:12.8px">======</div><div dir="auto" style="font-size:12.8px"><br></div><div dir="auto" style="font-size:12.8px"><br></div></div><div dir="auto">you missed <span style="font-size:12.8px"> -lSvtAv1Enc for libs ....</span></div><div dir="auto"><span style="font-size:12.8px"><br></span></div><div dir="auto"><span style="font-size:12.8px">I am sorry this turned out harder that I initially thought.</span></div><div dir="auto"><br></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">
This time the build succeeded and I think it uses the system libaom,<br>
but I don't know how to verify other than the config.log; </blockquote></div></div><div dir="auto"><br></div><div dir="auto">mmm.. try speed test again? :).</div><div dir="auto"><br></div><div dir="auto">well,after some sleep ....</div><div dir="auto"><br></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">you can see<br>
that it uses "laom" which should pertain to the system libaom and not<br>
the internal CinGG libaom. I also attach the config.log.<br>
</blockquote></div></div></div>