summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMatthieu Bouron <matthieu.bouron@stupeflix.com>2016-09-05 17:08:41 +0200
committerMatthieu Bouron <matthieu.bouron@stupeflix.com>2016-09-15 21:48:28 +0200
commit140da8e810b2221922b800b4b0be8a5a8e08e0b6 (patch)
tree2ee429915c3a564f17f7799a27c87ae52b2f2ded /configure
parentb82c1a377a2b11663561189208f57c6c639f8ec6 (diff)
lavc: add hevc mediacodec decoder
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure b/configure
index b11ca7fdf3..af3fbf4c27 100755
--- a/configure
+++ b/configure
@@ -2585,6 +2585,9 @@ h264_videotoolbox_hwaccel_select="h264_decoder"
hevc_cuvid_hwaccel_deps="cuda cuvid CUVIDHEVCPICPARAMS"
hevc_d3d11va_hwaccel_deps="d3d11va DXVA_PicParams_HEVC"
hevc_d3d11va_hwaccel_select="hevc_decoder"
+hevc_mediacodec_decoder_deps="mediacodec"
+hevc_mediacodec_hwaccel_deps="mediacodec"
+hevc_mediacodec_decoder_select="hevc_mp4toannexb_bsf hevc_parser"
hevc_dxva2_hwaccel_deps="dxva2 DXVA_PicParams_HEVC"
hevc_dxva2_hwaccel_select="hevc_decoder"
hevc_qsv_hwaccel_deps="libmfx"