Revert "convert mat.h to a c++ header file (#2499)"

This reverts commit 607866bb60ba1c69c6f777082c5ea787e895a251.

old-commit-hash: f2c8a6122d
This commit is contained in:
Willem Melching
2020-11-09 01:41:36 -08:00
parent 6f500ee98a
commit fc0b6f099f
6 changed files with 16 additions and 14 deletions

View File

@@ -6,10 +6,10 @@ libs = [cereal, messaging, common, 'OpenCL', 'SNPE', 'symphony-cpu', 'capnp', 'z
TEST_THNEED = False
common_src = [
"models/commonmodel.cc",
"models/commonmodel.c",
"runners/snpemodel.cc",
"transforms/loadyuv.c",
"transforms/transform.cc"
"transforms/transform.c"
]
if arch == "aarch64":