mirror of
https://git.libcamera.org/libcamera/libcamera.git
synced 2025-07-16 17:05:08 +03:00
android: jpeg: Add meson.build in src/android/jpeg
To further control sources in jpeg to build based on the platform, this patch adds meson.build in src/android/jpeg directory. Signed-off-by: Harvey Yang <chenghaoyang@chromium.org> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Han-Lin Chen <hanlinchen@chromium.org> Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
This commit is contained in:
parent
b64fa1363c
commit
7a44534c4f
2 changed files with 9 additions and 4 deletions
8
src/android/jpeg/meson.build
Normal file
8
src/android/jpeg/meson.build
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
# SPDX-License-Identifier: CC0-1.0
|
||||||
|
|
||||||
|
android_hal_sources += files([
|
||||||
|
'encoder_libjpeg.cpp',
|
||||||
|
'exif.cpp',
|
||||||
|
'post_processor_jpeg.cpp',
|
||||||
|
'thumbnailer.cpp'
|
||||||
|
])
|
|
@ -47,16 +47,13 @@ android_hal_sources = files([
|
||||||
'camera_request.cpp',
|
'camera_request.cpp',
|
||||||
'camera_stream.cpp',
|
'camera_stream.cpp',
|
||||||
'hal_framebuffer.cpp',
|
'hal_framebuffer.cpp',
|
||||||
'jpeg/encoder_libjpeg.cpp',
|
|
||||||
'jpeg/exif.cpp',
|
|
||||||
'jpeg/post_processor_jpeg.cpp',
|
|
||||||
'jpeg/thumbnailer.cpp',
|
|
||||||
'yuv/post_processor_yuv.cpp'
|
'yuv/post_processor_yuv.cpp'
|
||||||
])
|
])
|
||||||
|
|
||||||
android_cpp_args = []
|
android_cpp_args = []
|
||||||
|
|
||||||
subdir('cros')
|
subdir('cros')
|
||||||
|
subdir('jpeg')
|
||||||
subdir('mm')
|
subdir('mm')
|
||||||
|
|
||||||
android_camera_metadata_sources = files([
|
android_camera_metadata_sources = files([
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue