export PKG_CONFIG_PATH=/home/zul/myenv/lib/pkgconfig:$PKG_CONFIG_PATH

./configure \
--prefix=/home/zul/myenv/ffmpeg \
--pkg-config-flags="--static" \
--extra-cflags="-I/home/zul/myenv/include" \
--extra-ldflags="-L/home/zul/myenv/lib" \
--extra-libs="-lpthread -lm" \
--bindir=/home/zuldek/myenv/bin \
--enable-gpl \
--enable-nonfree \
--enable-libx264 \
--enable-libx265 \
--enable-libvpx \
--enable-libopus \
--enable-libmp3lame \
--enable-libfreetype \
--enable-libass \
--enable-libaom \
--enable-libsvtav1 \
--enable-libwebp \
--enable-libavif

I've tried many options, but I can't find --enable-libavif during
configuration, is it supported, if so, in which version or where to
download the archive from?
_______________________________________________
Libav-user mailing list -- [email protected]
To unsubscribe send an email to [email protected]
  • [Libav-user] Support --enab... Дмитрий Варзанов via Libav-user

Reply via email to