diff options
Diffstat (limited to 'src/ipa/rkisp1/algorithms/meson.build')
-rw-r--r-- | src/ipa/rkisp1/algorithms/meson.build | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/src/ipa/rkisp1/algorithms/meson.build b/src/ipa/rkisp1/algorithms/meson.build new file mode 100644 index 00000000..c66b0b70 --- /dev/null +++ b/src/ipa/rkisp1/algorithms/meson.build @@ -0,0 +1,16 @@ +# SPDX-License-Identifier: CC0-1.0 + +rkisp1_ipa_algorithms = files([ + 'agc.cpp', + 'awb.cpp', + 'blc.cpp', + 'ccm.cpp', + 'cproc.cpp', + 'dpcc.cpp', + 'dpf.cpp', + 'filter.cpp', + 'goc.cpp', + 'gsl.cpp', + 'lsc.cpp', + 'lux.cpp', +]) |