On Thu, Jul 19, 2012 at 2:17 PM, Måns Rullgård <[email protected]> wrote: > Samuel Pitoiset <[email protected]> writes: > >> --- >> configure | 2 -- >> 1 file changed, 2 deletions(-) >> >> diff --git a/configure b/configure >> index 6760c0e..fadc101 100755 >> --- a/configure >> +++ b/configure >> @@ -1548,9 +1548,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" >> -- > > Why are these now "useless"? They were added for a reason.
It's useless because these two protocols uses ffrtmphttp_protocol which already have this dependency defined. I removed these two lines in order to be consistent related to the RTMPE patch. -- Best regards, Samuel Pitoiset. _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
