[FFmpeg-cvslog] configure: Remove redundant RTMPT/RTMPTS dependencies

Samuel Pitoiset git at videolan.org
Sun Jul 22 05:09:34 CEST 2012


ffmpeg | branch: master | Samuel Pitoiset <samuel.pitoiset at gmail.com> | Thu Jul 19 14:16:01 2012 +0200| [bdbb21b186931d2f85f4b69ebea8a91b6111e729] | committer: Diego Biurrun

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 at biurrun.de>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=bdbb21b186931d2f85f4b69ebea8a91b6111e729
---

 configure |    2 --
 1 file changed, 2 deletions(-)

diff --git a/configure b/configure
index 890621b..8c13df8 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"



More information about the ffmpeg-cvslog mailing list