mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 14:56:36 +00:00
Also enable V4L2 probe on aarch64 (aka ARM 64bit)
This commit is contained in:
parent
a390a6791c
commit
f02b05aa42
1 changed files with 2 additions and 0 deletions
|
@ -575,6 +575,8 @@ AS_CASE([$host],
|
||||||
[*-*linux*],
|
[*-*linux*],
|
||||||
[AS_CASE([$host_cpu],
|
[AS_CASE([$host_cpu],
|
||||||
[arm*], [
|
[arm*], [
|
||||||
|
enable_v4l2_probe="yes"],
|
||||||
|
[aarch64*], [
|
||||||
enable_v4l2_probe="yes"])])
|
enable_v4l2_probe="yes"])])
|
||||||
AC_ARG_ENABLE(
|
AC_ARG_ENABLE(
|
||||||
v4l2-probe,
|
v4l2-probe,
|
||||||
|
|
Loading…
Reference in a new issue