From 9109bcf22c7f5f48afcf4234a4d4a596d6bd7bd2 Mon Sep 17 00:00:00 2001 From: Hirokazu Honda Date: Thu, 4 Feb 2021 01:27:30 +0000 Subject: 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 Reviewed-by: Laurent Pinchart Signed-off-by: Laurent Pinchart --- subprojects/.gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 subprojects/.gitignore (limited to 'subprojects/.gitignore') diff --git a/subprojects/.gitignore b/subprojects/.gitignore new file mode 100644 index 00000000..410b8bd6 --- /dev/null +++ b/subprojects/.gitignore @@ -0,0 +1 @@ +/libyuv \ No newline at end of file -- cgit v1.2.1