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:
committed by
Laurent Pinchart
parent
b64fa1363c
commit
7a44534c4f
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_stream.cpp',
|
||||
'hal_framebuffer.cpp',
|
||||
'jpeg/encoder_libjpeg.cpp',
|
||||
'jpeg/exif.cpp',
|
||||
'jpeg/post_processor_jpeg.cpp',
|
||||
'jpeg/thumbnailer.cpp',
|
||||
'yuv/post_processor_yuv.cpp'
|
||||
])
|
||||
|
||||
android_cpp_args = []
|
||||
|
||||
subdir('cros')
|
||||
subdir('jpeg')
|
||||
subdir('mm')
|
||||
|
||||
android_camera_metadata_sources = files([
|
||||
|
||||
Reference in New Issue
Block a user