diff options
author | Samuel Pitoiset | 2012-07-20 16:36:47 +0200 |
---|---|---|
committer | Martin Storsjö | 2012-07-23 16:32:09 +0300 |
commit | 08cd95e8a37674401ed24e5e6f4f7402edb7fdeb (patch) | |
tree | 3b0c2a52c4f70859b9a72ecab74f781d4a092f65 /configure | |
parent | acd554c103459ae7a5d89caa611e91bbc9bf695f (diff) |
RTMPTE protocol support
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1569,6 +1569,7 @@ rtmpe_protocol_select="ffrtmpcrypt_protocol" rtmps_protocol_deps="!librtmp_protocol" rtmps_protocol_select="tls_protocol" rtmpt_protocol_select="ffrtmphttp_protocol" +rtmpte_protocol_select="ffrtmpcrypt_protocol ffrtmphttp_protocol" rtmpts_protocol_select="ffrtmphttp_protocol" rtp_protocol_select="udp_protocol" sctp_protocol_deps="network netinet_sctp_h" |