сб, 23 дек. 2023 г., 01:33 Andrea paz <gamberucci.andrea@gmail.com>:
> you missed  -lSvtAv1Enc for libs ....

Sorry, I didn't tell you that pkg-config can't find anything about svtav1:

$ pkg-config --libs lSvtAv1Enc
Package lSvtAv1Enc was not found in the pkg-config search path.


try to delete first "l" ... so it become "pkg-config --cflags SvtAv1Enc"

for me on termux it says:


pkg-config --libs SvtAv1Enc
-L/data/data/com.termux/files/usr/lib -lSvtAv1Enc

~/storage/downloads $ pkg-config --cflags SvtAv1Enc
-DEB_DLL -I/data/data/com.termux/files/usr/include/svt-av1

++++++++++



Perhaps you should add the directory containing `lSvtAv1Enc.pc'
to the PKG_CONFIG_PATH environment variable
Package 'lSvtAv1Enc', required by 'virtual:world', not found

Same error as my first attempt with the wrong script.

> mmm.. try speed test again? :).

Yes, I did the speed test and it matches sometimes libaom 3.6,
sometimes 3.8; never 3.4 :)

Now it's bedtime for me too...