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

