summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorLuca Barbato <lu_zero@gentoo.org>2013-07-30 01:34:56 +0200
committerLuca Barbato <lu_zero@gentoo.org>2013-08-05 16:13:35 +0200
commit605387582bd35920b83a26dabbe1c0601f425621 (patch)
tree3fc27464f2beb0d08b2f6ff9851d71e32171949f /configure
parentbc54c2ae3ca6abd225dc331eafc12108513158de (diff)
downloadffmpeg-605387582bd35920b83a26dabbe1c0601f425621.tar.gz
lavf: Support unix sockets
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure b/configure
index 459d3cf85e..fe33e78717 100755
--- a/configure
+++ b/configure
@@ -1354,6 +1354,7 @@ HAVE_LIST="
sys_select_h
sys_soundcard_h
sys_time_h
+ sys_un_h
sys_videoio_h
threads
unistd_h
@@ -1874,6 +1875,8 @@ tcp_protocol_select="network"
tls_protocol_deps_any="openssl gnutls"
tls_protocol_select="tcp_protocol"
udp_protocol_select="network"
+unix_protocol_deps="sys_un_h"
+unix_protocol_select="network"
# filters
blackframe_filter_deps="gpl"
@@ -3657,6 +3660,7 @@ check_header sys/param.h
check_header sys/resource.h
check_header sys/select.h
check_header sys/time.h
+check_header sys/un.h
check_header unistd.h
check_header vdpau/vdpau.h
check_header vdpau/vdpau_x11.h