subprojects: Add libyuv and built if -Dandroid=enabled
Android HAL adaptation layer may need image processing, for example, scaling and format conversion. Libyuv is a general image processing. This adds libyuv to subprojects, so that it is forked locally and can be used with Android HAL implementation code. Signed-off-by: Hirokazu Honda <hiroh@chromium.org> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
This commit is contained in:
parent
5b568b7e41
commit
9109bcf22c
5 changed files with 24 additions and 2 deletions
|
@ -47,7 +47,7 @@ A C++ toolchain: [required]
|
|||
Either {g++, clang}
|
||||
|
||||
Meson Build system: [required]
|
||||
meson (>= 0.51) ninja-build pkg-config
|
||||
meson (>= 0.55) ninja-build pkg-config
|
||||
|
||||
If your distribution doesn't provide a recent enough version of meson,
|
||||
you can install or upgrade it using pip3.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue