diff options
author | Samuel Pitoiset <samuel.pitoiset@gmail.com> | 2012-07-19 14:16:01 +0200 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2012-07-21 18:29:05 +0200 |
commit | bdbb21b186931d2f85f4b69ebea8a91b6111e729 (patch) | |
tree | 7dc5e3d28fb7a048e620e67c0cc6b4338c69d901 | |
parent | 6c3fa06a85ea50a91d373164e77299f339bf7616 (diff) | |
download | ffmpeg-bdbb21b186931d2f85f4b69ebea8a91b6111e729.tar.gz |
configure: Remove redundant RTMPT/RTMPTS dependencies
The incompatibility with librtmp is already expressed in the ffrtmphttp
protocol dependency declaration, which both RTMPT and RTMPTS depend on.
Signed-off-by: Diego Biurrun <diego@biurrun.de>
-rwxr-xr-x | configure | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -1558,9 +1558,7 @@ rtmp_protocol_deps="!librtmp_protocol" rtmp_protocol_select="tcp_protocol" 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" |