ср, 31 мая 2023 г., 13:54 Andrea paz <gamberucci.and...@gmail.com>:

> I have in the system zimg 3.0.4; installed as a dependency of ffmpeg.
> I tried to enable libzimg when compiling CinGG, but it is not recognized:
>
> configure: WARNING: unrecognized options: --enable-libzimg
>
> Any advice on how I could do that?
>

Just like I tried it in termux:

export FFMPEG_EXTRA_CFG="--disable-debug --target-os=android
--enable-mediacodec --enable-jni  --enable-opencl --disable-doc
--disable-ffprobe --enable-libdav1d"
export EXTRA_LIBS="-ldav1d -lOpenCL  -landroid"

before your configure line

just in your case you should put --enable-libzimg into ffmpeg_extra_cfg and
corresponding lib (does pkg-config --libs libzimg show anything?) to
extra_libs

>
-- 
Cin mailing list
Cin@lists.cinelerra-gg.org
https://lists.cinelerra-gg.org/mailman/listinfo/cin

Reply via email to