From bdbb21b186931d2f85f4b69ebea8a91b6111e729 Mon Sep 17 00:00:00 2001 From: Samuel Pitoiset Date: Thu, 19 Jul 2012 14:16:01 +0200 Subject: [PATCH] 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 --- configure | 2 -- 1 file changed, 2 deletions(-) diff --git a/configure b/configure index 890621b8bb..8c13df820b 100755 --- a/configure +++ b/configure @@ -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"