mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-08-21 16:23:50 +08:00
these don't need json
This commit is contained in:
@@ -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']
|
||||
|
||||
Reference in New Issue
Block a user