diff options
author | James Almer <jamrial@gmail.com> | 2018-06-25 16:04:32 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2018-06-25 16:04:32 -0300 |
commit | a0ac49e38ee1d1011c394d7be67d0f08b2281526 (patch) | |
tree | 385ebfaf76af8d927b14cd7516c0c6c8d876dd40 | |
parent | 387464bea5bdd81f6c61e12680a1cb55c57551e0 (diff) | |
download | ffmpeg-a0ac49e38ee1d1011c394d7be67d0f08b2281526.tar.gz |
configure: bump minimum required version of libaom
Version 1.0.0 is the first release after the bitstream freeze.
Signed-off-by: James Almer <jamrial@gmail.com>
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5990,7 +5990,7 @@ enabled gmp && require gmp gmp.h mpz_export -lgmp enabled gnutls && require_pkg_config gnutls gnutls gnutls/gnutls.h gnutls_global_init enabled jni && { [ $target_os = "android" ] && check_header jni.h && enabled pthreads || die "ERROR: jni not found"; } enabled ladspa && require_header ladspa.h -enabled libaom && require_pkg_config libaom "aom >= 0.1.0" aom/aom_codec.h aom_codec_version +enabled libaom && require_pkg_config libaom "aom >= 1.0.0" aom/aom_codec.h aom_codec_version enabled lv2 && require_pkg_config lv2 lilv-0 "lilv/lilv.h" lilv_world_new enabled libiec61883 && require libiec61883 libiec61883/iec61883.h iec61883_cmp_connect -lraw1394 -lavc1394 -lrom1394 -liec61883 enabled libass && require_pkg_config libass libass ass/ass.h ass_library_init |