aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorAman Gupta <aman@tmm1.net>2017-11-12 10:19:17 -0800
committerAman Gupta <aman@tmm1.net>2017-11-13 14:28:14 -0800
commite7a5249ab1775827a331c48e4d236eda52d51575 (patch)
tree818e835a285956309ed2ba0f359e2efcb2bf32db /configure
parent578addcff64f14783cce3171fdd158602edd757b (diff)
downloadffmpeg-e7a5249ab1775827a331c48e4d236eda52d51575.tar.gz
avcodec/videotoolboxenc: add hevc_videotoolbox encoder
Signed-off-by: Aman Gupta <aman@tmm1.net> Reviewed-by: Rodger Combs <rodger.combs@gmail.com>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure b/configure
index 4418352d30..3788f26956 100755
--- a/configure
+++ b/configure
@@ -2918,6 +2918,8 @@ pcm_mulaw_at_encoder_select="audio_frame_queue"
chromaprint_muxer_deps="chromaprint"
h264_videotoolbox_encoder_deps="pthreads"
h264_videotoolbox_encoder_select="videotoolbox_encoder"
+hevc_videotoolbox_encoder_deps="pthreads"
+hevc_videotoolbox_encoder_select="videotoolbox_encoder"
libcelt_decoder_deps="libcelt"
libfdk_aac_decoder_deps="libfdk_aac"
libfdk_aac_encoder_deps="libfdk_aac"