summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorZhang Rui <bbcallen@gmail.com>2015-07-16 15:04:42 +0800
committerMichael Niedermayer <michael@niedermayer.cc>2015-07-18 01:46:50 +0200
commitf477a3f5abc15a9ffa117cd53ca93237a4f4d58c (patch)
treeda0c95f502469b21ca29e2b48443c69415beea8f /configure
parent72d1409e23803e8314145f610e84b47a44ba3dbc (diff)
avformat/async: support filling with a background thread.
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index dd84285c06..1752a35c4e 100755
--- a/configure
+++ b/configure
@@ -2654,6 +2654,7 @@ x11grab_indev_deps="x11grab"
x11grab_xcb_indev_deps="libxcb"
# protocols
+async_protocol_deps="pthreads"
bluray_protocol_deps="libbluray"
ffrtmpcrypt_protocol_deps="!librtmp_protocol"
ffrtmpcrypt_protocol_deps_any="gcrypt gmp openssl"