mirror of
https://git.libcamera.org/libcamera/libcamera.git
synced 2025-07-13 07:19:45 +03:00
v4l2: meson: Keep defines sorted alphabetically
Due to my mistake, commit 705601781b
("v4l2: Unset _TIME_BITS in
addition to _FILE_OFFSET_BITS") got merged with incorrect sorting of
defines. Fix it.
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Umang Jain <umang.jain@ideasonboard.com>
Reviewed-by: Daniel Scally <dan.scally@ideasonboard.com>
This commit is contained in:
parent
705601781b
commit
48f3a25d7c
1 changed files with 1 additions and 1 deletions
|
@ -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',
|
||||
]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue