these don't need json

This commit is contained in:
Adeeb Shihadeh
2020-05-04 23:33:00 -07:00
parent 4252028a84
commit 9670f8fb9f
4 changed files with 5 additions and 8 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ Import('env', 'arch', 'messaging', 'common', 'visionipc')
src = ['loggerd.cc', 'logger.cc']
libs = ['zmq', 'czmq', 'capnp', 'kj', 'z',
'avformat', 'avcodec', 'swscale', 'avutil',
'yuv', 'bz2', common, 'json', messaging, visionipc]
'yuv', 'bz2', common, messaging, visionipc]
if arch == "aarch64":
src += ['encoder.c', 'raw_logger.cc']