summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2012-02-10 20:29:29 +0100
committerDiego Biurrun <diego@biurrun.de>2012-02-13 09:59:51 +0100
commitd1c4ec7f5e9af61067bc1a604e29e465038be63a (patch)
treea54c9fcf8015fe22abfd01c28340ca14d7e4e372 /configure
parent3e23badd83edc021e8a830db109a08c5553988b0 (diff)
build: Set correct dependencies for rtmp* protocols implemented by librtmp.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure b/configure
index a1cbd69d78..d816389fe0 100755
--- a/configure
+++ b/configure
@@ -1504,6 +1504,10 @@ https_protocol_select="tls_protocol"
mmsh_protocol_select="http_protocol"
mmst_protocol_deps="network"
rtmp_protocol_select="tcp_protocol"
+rtmpe_protocol_deps="librtmp"
+rtmps_protocol_deps="librtmp"
+rtmpt_protocol_deps="librtmp"
+rtmpte_protocol_deps="librtmp"
rtp_protocol_select="udp_protocol"
tcp_protocol_deps="network"
tls_protocol_deps_any="openssl gnutls"