From f02b05aa42de99eddb02d83a3875198ec3ee4ed3 Mon Sep 17 00:00:00 2001 From: Nicolas Dufresne Date: Mon, 11 Jul 2016 12:05:06 -0400 Subject: [PATCH] Also enable V4L2 probe on aarch64 (aka ARM 64bit) --- configure.ac | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configure.ac b/configure.ac index 75a08d7..07ff859 100644 --- a/configure.ac +++ b/configure.ac @@ -575,6 +575,8 @@ AS_CASE([$host], [*-*linux*], [AS_CASE([$host_cpu], [arm*], [ + enable_v4l2_probe="yes"], + [aarch64*], [ enable_v4l2_probe="yes"])]) AC_ARG_ENABLE( v4l2-probe, -- 2.7.4