Signed-off-by: Sven Püschel <[email protected]> --- rules/v4l-utils.make | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/rules/v4l-utils.make b/rules/v4l-utils.make index 9fdd32154..cb41e0523 100644 --- a/rules/v4l-utils.make +++ b/rules/v4l-utils.make @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_V4L_UTILS) += v4l-utils # # Paths and names # -V4L_UTILS_VERSION := 1.28.1 -V4L_UTILS_MD5 := 6716de513a1fd2e1edb404a46a455855 +V4L_UTILS_VERSION := 1.32.0 +V4L_UTILS_MD5 := c484b0320a757bd08a785cad7b32147a V4L_UTILS := v4l-utils-$(V4L_UTILS_VERSION) V4L_UTILS_SUFFIX := tar.xz V4L_UTILS_URL := http://linuxtv.org/downloads/v4l-utils/$(V4L_UTILS).$(V4L_UTILS_SUFFIX) @@ -45,6 +45,7 @@ V4L_UTILS_CONF_OPT := \ -Dlibdvbv5=disabled \ -Dlibv4l1subdir=libv4l \ -Dlibv4l2subdir=libv4l \ + -Dlibv4l2tracersubdir=libv4l \ -Dlibv4lconvertsubdir=libv4l \ -Dqv4l2=disabled \ -Dqvidcap=disabled \ @@ -53,8 +54,10 @@ V4L_UTILS_CONF_OPT := \ -Dv4l-plugins=true \ -Dv4l-utils=true \ -Dv4l-wrappers=$(call ptx/truefalse, PTXCONF_V4L_UTILS_V4L2CONVERT) \ + -Dv4l2-compliance-32-time64=false \ -Dv4l2-compliance-32=false \ -Dv4l2-compliance-libv4l=true \ + -Dv4l2-ctl-32-time64=false \ -Dv4l2-ctl-32=false \ -Dv4l2-ctl-libv4l=true \ -Dv4l2-ctl-stream-to=true \ -- 2.47.3
