summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorThomas Volkert <thomas@homer-conferencing.com>2014-11-05 10:59:44 +0100
committerMichael Niedermayer <michaelni@gmx.at>2014-11-05 11:16:05 +0100
commit07c3a4f693360b315ecbc45f7260016c09bf0324 (patch)
tree97653c7e84f7de988faad2063067e44ae6d723a3 /configure
parent513d57cc4d3355baf4fca46cb1d2e6a0d82ee82a (diff)
downloadffmpeg-streaming-07c3a4f693360b315ecbc45f7260016c09bf0324.zip
ffmpeg-streaming-07c3a4f693360b315ecbc45f7260016c09bf0324.tar.gz
avformat/udp: UDP-Lite (RFC 3828) support added
(This fixes ticket #1501) Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure b/configure
index 570878d..314e7ff 100755
--- a/configure
+++ b/configure
@@ -1659,6 +1659,7 @@ HEADERS_LIST="
sys_un_h
sys_videoio_h
termios_h
+ udplite_h
unistd_h
windows_h
winsock2_h
@@ -2542,6 +2543,7 @@ tcp_protocol_select="network"
tls_protocol_deps_any="openssl gnutls"
tls_protocol_select="tcp_protocol"
udp_protocol_select="network"
+udplite_protocol_select="network"
unix_protocol_deps="sys_un_h"
unix_protocol_select="network"
@@ -4745,6 +4747,7 @@ check_header io.h
check_header libcrystalhd/libcrystalhd_if.h
check_header mach/mach_time.h
check_header malloc.h
+check_header net/udplite.h
check_header poll.h
check_header sys/mman.h
check_header sys/param.h
OpenPOWER on IntegriCloud