# Requested configure profile for Pleple's browser image tools.
#
# This is a target profile for the upstream ffmpeg build customization step.
# It is not applied automatically by build.sh. The upstream Dockerfile and build
# scripts still need to be patched so the actual build matches this profile.

--disable-everything
--disable-autodetect
--disable-network
--disable-doc
--enable-ffmpeg
--disable-ffplay
--disable-ffprobe
--enable-zlib
--enable-libvpx
--enable-protocol=file
--enable-demuxer=apng
--enable-demuxer=gif
--enable-demuxer=image2
--enable-decoder=apng
--enable-decoder=gif
--enable-decoder=png
--enable-muxer=gif
--enable-muxer=mp4
--enable-muxer=webm
--enable-encoder=gif
--enable-encoder=libvpx_vp9
--enable-filter=format
--enable-filter=scale
--enable-filter=pad
--enable-filter=split
--enable-filter=palettegen
--enable-filter=paletteuse
