From 48f3a25d7c5f6f4b2eef590c79d8eeaef32014d2 Mon Sep 17 00:00:00 2001 From: Laurent Pinchart Date: Wed, 27 Mar 2024 15:18:54 +0200 Subject: v4l2: meson: Keep defines sorted alphabetically Due to my mistake, commit 705601781b6a ("v4l2: Unset _TIME_BITS in addition to _FILE_OFFSET_BITS") got merged with incorrect sorting of defines. Fix it. Signed-off-by: Laurent Pinchart Reviewed-by: Umang Jain Reviewed-by: Daniel Scally --- src/v4l2/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/v4l2/meson.build b/src/v4l2/meson.build index 12d1e2a4..58f53bf3 100644 --- a/src/v4l2/meson.build +++ b/src/v4l2/meson.build @@ -23,8 +23,8 @@ v4l2_compat_cpp_args = [ # file operations, disable transparent large file support. '-U_FILE_OFFSET_BITS', '-D_FILE_OFFSET_BITS=32', - '-U_TIME_BITS', '-D_LARGEFILE64_SOURCE', + '-U_TIME_BITS', '-fvisibility=hidden', ] -- cgit v1.2.1