|
|
@ -1,6 +1,6 @@ |
|
|
|
--- a/configure 2018-08-17 11:51:31.066805453 +0200
|
|
|
|
+++ b/configure 2018-08-17 12:03:19.617555506 +0200
|
|
|
|
@@ -3290,10 +3290,8 @@
|
|
|
|
--- a/configure
|
|
|
|
+++ b/configure
|
|
|
|
@@ -3291,10 +3291,8 @@
|
|
|
|
# protocols |
|
|
|
async_protocol_deps="threads" |
|
|
|
bluray_protocol_deps="libbluray" |
|
|
@ -11,7 +11,7 @@ |
|
|
|
ffrtmphttp_protocol_select="http_protocol" |
|
|
|
ftp_protocol_select="tcp_protocol" |
|
|
|
gopher_protocol_select="network" |
|
|
|
@@ -3306,20 +3304,18 @@
|
|
|
|
@@ -3307,20 +3305,18 @@
|
|
|
|
icecast_protocol_select="http_protocol" |
|
|
|
mmsh_protocol_select="http_protocol" |
|
|
|
mmst_protocol_select="network" |
|
|
@ -44,8 +44,8 @@ |
|
|
|
rtp_protocol_select="udp_protocol" |
|
|
|
schannel_conflict="openssl gnutls libtls mbedtls" |
|
|
|
sctp_protocol_deps="struct_sctp_event_subscribe struct_msghdr_msg_flags" |
|
|
|
--- a/libavformat/Makefile 2018-07-18 15:52:01.000000000 +0200
|
|
|
|
+++ b/libavformat/Makefile 2018-08-17 12:06:16.348291303 +0200
|
|
|
|
--- a/libavformat/Makefile
|
|
|
|
+++ b/libavformat/Makefile
|
|
|
|
@@ -593,12 +593,12 @@
|
|
|
|
OBJS-$(CONFIG_MMST_PROTOCOL) += mmst.o mms.o asf.o |
|
|
|
OBJS-$(CONFIG_PIPE_PROTOCOL) += file.o |
|
|
@ -65,8 +65,8 @@ |
|
|
|
OBJS-$(CONFIG_RTP_PROTOCOL) += rtpproto.o ip.o |
|
|
|
OBJS-$(CONFIG_SCTP_PROTOCOL) += sctp.o |
|
|
|
OBJS-$(CONFIG_SRTP_PROTOCOL) += srtpproto.o srtp.o |
|
|
|
--- a/libavformat/protocols.c 2018-08-17 12:07:59.489872867 +0200
|
|
|
|
+++ b/libavformat/protocols.c 2018-08-17 12:08:24.450255607 +0200
|
|
|
|
--- a/libavformat/protocols.c
|
|
|
|
+++ b/libavformat/protocols.c
|
|
|
|
@@ -44,12 +44,12 @@
|
|
|
|
extern const URLProtocol ff_md5_protocol; |
|
|
|
extern const URLProtocol ff_pipe_protocol; |
|
|
@ -86,8 +86,8 @@ |
|
|
|
extern const URLProtocol ff_rtp_protocol; |
|
|
|
extern const URLProtocol ff_sctp_protocol; |
|
|
|
extern const URLProtocol ff_srtp_protocol; |
|
|
|
--- a/libavformat/rtmpproto.c 2018-07-18 15:52:02.000000000 +0200
|
|
|
|
+++ b/libavformat/rtmpproto.c 2018-08-17 12:11:43.844590847 +0200
|
|
|
|
--- a/libavformat/rtmpproto.c
|
|
|
|
+++ b/libavformat/rtmpproto.c
|
|
|
|
@@ -2592,7 +2592,7 @@
|
|
|
|
static int rtmp_open(URLContext *s, const char *uri, int flags, AVDictionary **opts) |
|
|
|
{ |