diff options
author | Matt Oliver <protogonoi@gmail.com> | 2015-09-30 13:41:53 +1000 |
---|---|---|
committer | Matt Oliver <protogonoi@gmail.com> | 2015-09-30 13:41:53 +1000 |
commit | 3b03bde46e331aa301bd16c6c6e94c11e073e8f8 (patch) | |
tree | 79b5a36c18ef5097f1fa0b310607d5054b18baf3 /configure | |
parent | ae58abeabbfc15eddff0e23cbf1a62c7bc50d3c8 (diff) | |
download | ffmpeg-streaming-3b03bde46e331aa301bd16c6c6e94c11e073e8f8.zip ffmpeg-streaming-3b03bde46e331aa301bd16c6c6e94c11e073e8f8.tar.gz |
avformat/async: Allow compilation with native threads.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2693,7 +2693,7 @@ x11grab_indev_deps="x11grab" x11grab_xcb_indev_deps="libxcb" # protocols -async_protocol_deps="pthreads" +async_protocol_deps="threads" bluray_protocol_deps="libbluray" ffrtmpcrypt_protocol_deps="!librtmp_protocol" ffrtmpcrypt_protocol_deps_any="gcrypt gmp openssl" |