Also enable V4L2 probe on aarch64 (aka ARM 64bit)
authorNicolas Dufresne <nicolas.dufresne@collabora.com>
Mon, 11 Jul 2016 16:05:06 +0000 (12:05 -0400)
committerNicolas Dufresne <nicolas.dufresne@collabora.com>
Mon, 11 Jul 2016 16:05:06 +0000 (12:05 -0400)
configure.ac

index 75a08d77879d36f3209886365e0d362a2730a3d2..07ff859d3fb56a9dafb8cddc4d68051fdb37b2ee 100644 (file)
@@ -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,