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

This reverts commit 519c043a63.
This commit is contained in:
Willem Melching
2020-11-09 01:41:36 -08:00
parent 1bd1c961ef
commit f2c8a6122d
6 changed files with 16 additions and 14 deletions
+2 -2
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":