diff options
author | Matthieu Bouron <matthieu.bouron@stupeflix.com> | 2016-03-11 17:21:04 +0100 |
---|---|---|
committer | Matthieu Bouron <matthieu.bouron@stupeflix.com> | 2016-07-08 17:02:37 +0200 |
commit | 0f2654c9a3eac1fd856a393047aacc4575620ecd (patch) | |
tree | 1da25de6aaae1c88db472fe3879b6de2ca2d2e85 /configure | |
parent | 83a940e7fb9640954d631870e2ec6e8b3fc528ed (diff) | |
download | ffmpeg-0f2654c9a3eac1fd856a393047aacc4575620ecd.tar.gz |
lavc: add mediacodec hwaccel support
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2555,6 +2555,7 @@ h264_d3d11va_hwaccel_select="h264_decoder" h264_dxva2_hwaccel_deps="dxva2" h264_dxva2_hwaccel_select="h264_decoder" h264_mediacodec_decoder_deps="mediacodec" +h264_mediacodec_hwaccel_deps="mediacodec" h264_mediacodec_decoder_select="h264_mp4toannexb_bsf h264_parser" h264_mmal_decoder_deps="mmal" h264_mmal_decoder_select="mmal" |