On Sun, Jul 15, 2012 at 9:32 PM, Martin Storsjö <[email protected]> wrote: > On Sun, 15 Jul 2012, Samuel Pitoiset wrote: > >> This new prefix is used in order to make the concept of internal >> protocols as abstraction layer a bit nicer. >> --- >> configure | 4 ++-- >> libavformat/Makefile | 2 +- >> libavformat/allformats.c | 2 +- >> libavformat/rtmphttp.c | 4 ++-- >> libavformat/rtmpproto.c | 2 +- >> 5 files changed, 7 insertions(+), 7 deletions(-) >> >> diff --git a/configure b/configure >> index 4973b1b..445c224 100755 >> --- a/configure >> +++ b/configure >> @@ -1542,8 +1542,8 @@ mmsh_protocol_select="http_protocol" >> mmst_protocol_deps="network" >> rtmp_protocol_deps="!librtmp_protocol" >> rtmp_protocol_select="tcp_protocol" >> -rtmphttp_protocol_deps="!librtmp_protocol" >> -rtmphttp_protocol_select="http_protocol" >> +ffrtmphttp_protocol_deps="!librtmp_protocol" >> +ffrtmphttp_protocol_select="http_protocol" >> rtmpt_protocol_deps="!librtmp_protocol" >> rtmpt_protocol_select="rtmphttp_protocol" > > > This one still needs updating - did this even pass configure?
mmh... I think you are right, sorry... There is probably the same issue in rtmpe. -- Best regards, Samuel Pitoiset. _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
