mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-02-19 06:33:57 +08:00
7 lines
311 B
Python
7 lines
311 B
Python
Import('env', 'messaging', 'common', 'visionipc')
|
|
env.Program(['loggerd.cc', 'logger.c', 'raw_logger.cc', 'encoder.c'], LIBS=[
|
|
'zmq', 'czmq', 'capnp', 'kj', 'yaml-cpp', 'z',
|
|
'avformat', 'avcodec', 'swscale', 'avutil',
|
|
'OmxVenc', 'OmxCore', 'yuv',
|
|
'bz2', 'cutils', common, 'json', messaging, visionipc])
|