Also enable V4L2 probe on aarch64 (aka ARM 64bit)

This commit is contained in:
Nicolas Dufresne 2016-07-11 12:05:06 -04:00
parent a390a6791c
commit f02b05aa42

View 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,