diff options
author | Samuel Pitoiset <samuel.pitoiset@gmail.com> | 2012-07-17 12:02:43 +0200 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2012-07-17 14:02:55 +0300 |
commit | 86991ce2dde3358025be134b4c7939923cd81542 (patch) | |
tree | 49a253885707c133bd95fa8a893630326187a5c5 /configure | |
parent | 6aedabc9b68cab7b65833415953e958ac2c77f80 (diff) | |
download | ffmpeg-86991ce2dde3358025be134b4c7939923cd81542.tar.gz |
RTMPTS protocol support
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1547,6 +1547,8 @@ rtmps_protocol_deps="!librtmp_protocol" rtmps_protocol_select="tls_protocol" rtmpt_protocol_deps="!librtmp_protocol" rtmpt_protocol_select="ffrtmphttp_protocol" +rtmpts_protocol_deps="!librtmp_protocol" +rtmpts_protocol_select="ffrtmphttp_protocol" rtp_protocol_select="udp_protocol" sctp_protocol_deps="network netinet_sctp_h" tcp_protocol_deps="network" |