diff options
author | Samuel Pitoiset <samuel.pitoiset@gmail.com> | 2012-07-16 11:56:20 +0200 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2012-07-17 01:19:01 +0300 |
commit | 775c4d3625412928f6902af8c1805ad274f78ebb (patch) | |
tree | 1be03bd15c0fb5046aa17985ebcc0a5b2e9bacf0 /configure | |
parent | 08e087ccf7f7ef9b4e8c55b571bc779c0bc815b0 (diff) | |
download | ffmpeg-775c4d3625412928f6902af8c1805ad274f78ebb.tar.gz |
rtmp: Rename rtmphttp to ffrtmphttp
The prefix makes it easier to distinguish the proper end-user
protocols from the internal ones.
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1526,6 +1526,8 @@ vfwcap_indev_extralibs="-lavicap32" x11_grab_device_indev_deps="x11grab XShmCreateImage" # protocols +ffrtmphttp_protocol_deps="!librtmp_protocol" +ffrtmphttp_protocol_select="http_protocol" gopher_protocol_deps="network" httpproxy_protocol_deps="network" httpproxy_protocol_select="tcp_protocol" @@ -1541,10 +1543,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" rtmpt_protocol_deps="!librtmp_protocol" -rtmpt_protocol_select="rtmphttp_protocol" +rtmpt_protocol_select="ffrtmphttp_protocol" rtp_protocol_select="udp_protocol" sctp_protocol_deps="network netinet_sctp_h" tcp_protocol_deps="network" |