From d00a504b244e136a0c82a55e21ed94659e0674ad Mon Sep 17 00:00:00 2001 From: Derek Buitenhuis Date: Fri, 21 Feb 2014 11:26:40 -0500 Subject: libx265: Update API usage Framerate is now a sane rational instead of an integer, and inputDepth is changed to what it actually is. Signed-off-by: Derek Buitenhuis --- configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure') diff --git a/configure b/configure index 53afde0ce2..bd26c9a9d1 100755 --- a/configure +++ b/configure @@ -3982,8 +3982,8 @@ enabled libx264 && require libx264 x264.h x264_encoder_encode -lx264 & { check_cpp_condition x264.h "X264_BUILD >= 118" || die "ERROR: libx264 version must be >= 0.118."; } enabled libx265 && require_pkg_config x265 x265.h x265_encoder_encode && - { check_cpp_condition x265.h "X265_BUILD >= 5" || - die "ERROR: libx265 version must be >= 5."; } + { check_cpp_condition x265.h "X265_BUILD >= 7" || + die "ERROR: libx265 version must be >= 7."; } enabled libxavs && require libxavs xavs.h xavs_encoder_encode -lxavs enabled libxvid && require libxvid xvid.h xvid_global -lxvidcore enabled openssl && { check_lib openssl/ssl.h SSL_library_init -lssl -lcrypto || -- cgit v1.2.3