openpilot v0.7.4 release

This commit is contained in:
Vehicle Researcher
2020-03-14 10:36:37 -07:00
parent c6990949b6
commit 7bdbfd6120
119 changed files with 3543 additions and 2990 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
Import('env', 'arch', 'messaging', 'common', 'visionipc')
src = ['loggerd.cc', 'logger.c']
src = ['loggerd.cc', 'logger.cc']
libs = ['zmq', 'czmq', 'capnp', 'kj', 'z',
'avformat', 'avcodec', 'swscale', 'avutil',
'yuv', 'bz2', common, 'json', messaging, visionipc]