diff options
author | Mark Thompson <sw@jkqxz.net> | 2017-03-04 23:57:47 +0000 |
---|---|---|
committer | Mark Thompson <sw@jkqxz.net> | 2017-11-22 23:02:29 +0000 |
commit | b25d8ef0a7a880443fb713603d7f4259e30b84dd (patch) | |
tree | 0f75b610b2495ad89aaff0b38984cc9ef70f2160 /configure | |
parent | a050f56c0903c718d8ef0b14dc09195785fdf564 (diff) | |
download | ffmpeg-b25d8ef0a7a880443fb713603d7f4259e30b84dd.tar.gz |
lavu: OpenCL hwcontext implementation
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -289,7 +289,7 @@ External library support: --enable-mediacodec enable Android MediaCodec support [no] --enable-libmysofa enable libmysofa, needed for sofalizer filter [no] --enable-openal enable OpenAL 1.1 capture support [no] - --enable-opencl enable OpenCL code + --enable-opencl enable OpenCL processing [no] --enable-opengl enable OpenGL rendering [no] --enable-openssl enable openssl, needed for https support if gnutls is not used [no] @@ -1633,7 +1633,6 @@ EXTERNAL_LIBRARY_LIST=" libzvbi mediacodec openal - opencl opengl " @@ -1669,6 +1668,7 @@ HWACCEL_LIBRARY_LIST=" libmfx mmal omx + opencl " DOCUMENT_LIST=" |