[libcamera-devel] [PATCH v5 3/6] Add meson.build in src/android/jpeg

Harvey Yang chenghaoyang at chromium.org
Wed Jun 22 14:37:03 CEST 2022


From: Harvey Yang <chenghaoyang at chromium.org>

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 at chromium.org>
---
 src/android/jpeg/meson.build | 8 ++++++++
 src/android/meson.build      | 5 +----
 2 files changed, 9 insertions(+), 4 deletions(-)
 create mode 100644 src/android/jpeg/meson.build

diff --git a/src/android/jpeg/meson.build b/src/android/jpeg/meson.build
new file mode 100644
index 00000000..08397a87
--- /dev/null
+++ b/src/android/jpeg/meson.build
@@ -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'
+])
diff --git a/src/android/meson.build b/src/android/meson.build
index c6790cba..fe4a204a 100644
--- a/src/android/meson.build
+++ b/src/android/meson.build
@@ -48,16 +48,13 @@ android_hal_sources = files([
     'camera_ops.cpp',
     'camera_request.cpp',
     'camera_stream.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([
-- 
2.37.0.rc0.104.g0611611a94-goog



More information about the libcamera-devel mailing list