summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorTom Evans <tevans.uk@googlemail.com>2011-12-15 20:21:54 +0000
committerMichael Niedermayer <michaelni@gmx.at>2011-12-15 21:48:03 +0100
commitffa1f541b350946591ea80e134917b28a860fcad (patch)
tree36ce33cc38ceb716c2ece66877e5ff53c0825fc8 /configure
parent7f9369b743449d2aa346557d4b6ad0655ec5d56b (diff)
libavdevice: Fix v4l2 compilation under FreeBSD
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure b/configure
index 5593938297..d59e474909 100755
--- a/configure
+++ b/configure
@@ -1138,6 +1138,7 @@ HAVE_LIST="
altivec_h
arpa_inet_h
asm_mod_y
+ asm_types_h
attribute_may_alias
attribute_packed
cbrtf
@@ -2995,6 +2996,7 @@ check_header termios.h
check_header vdpau/vdpau.h
check_header vdpau/vdpau_x11.h
check_header X11/extensions/XvMClib.h
+check_header asm/types.h
disabled zlib || check_lib zlib.h zlibVersion -lz || disable zlib
disabled bzlib || check_lib2 bzlib.h BZ2_bzlibVersion -lbz2 || disable bzlib