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
@@ -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'
|
||||
])
|
||||
Reference in New Issue
Block a user