ffmpeg: add vpx build_option

libvpx removed support for armv6, this build_option allows building
ffmpeg for armv6 without it.
This commit is contained in:
Duncaen 2017-01-23 15:39:53 +01:00
parent a4659837e8
commit ae88eb1a36
2 changed files with 8 additions and 5 deletions

View file

@ -79,6 +79,7 @@ desc_option_v4l2="Enable support for V4L2 (Video 4 Linux 2)"
desc_option_vaapi="Enable support for VA-API"
desc_option_vapoursynth="Enable support for VapourSynth"
desc_option_vdpau="Enable support for VDPAU"
desc_option_vpx="Enable support for VP8/VP9 codecs"
desc_option_wavpack="Enable support for the Wavpack audio format"
desc_option_wayland="Enable support for the Wayland backend"
desc_option_x11="Enable support for X11"