From 90a8be6400fce56f739f6c5a44bd795233d426f1 Mon Sep 17 00:00:00 2001 From: kxc-waddlaw <102013500+kxc-waddlaw@users.noreply.github.com> Date: Sat, 10 Sep 2022 08:39:49 +0900 Subject: [PATCH] add missing palette_neon_intrinsics.c file (#2664) --- dlib/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/dlib/CMakeLists.txt b/dlib/CMakeLists.txt index fb5d7b157..341103946 100644 --- a/dlib/CMakeLists.txt +++ b/dlib/CMakeLists.txt @@ -441,6 +441,7 @@ if (NOT TARGET dlib) set(source_files ${source_files} external/libpng/arm/arm_init.c external/libpng/arm/filter_neon_intrinsics.c + external/libpng/arm/palette_neon_intrinsics.c external/libpng/png.c external/libpng/pngerror.c external/libpng/pngget.c