projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a390a67
)
Also enable V4L2 probe on aarch64 (aka ARM 64bit)
author
Nicolas Dufresne
<nicolas.dufresne@collabora.com>
Mon, 11 Jul 2016 16:05:06 +0000
(12:05 -0400)
committer
Nicolas Dufresne
<nicolas.dufresne@collabora.com>
Mon, 11 Jul 2016 16:05:06 +0000
(12:05 -0400)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index 75a08d77879d36f3209886365e0d362a2730a3d2..07ff859d3fb56a9dafb8cddc4d68051fdb37b2ee 100644
(file)
--- 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,