Remove czmq part 1 (#2332)

* remove czmq

* remove streaming mode from loggerd

* Add include for usleep
old-commit-hash: a4ccfcffe8247bf467bddfb0e6c5b3eb8851e21a
This commit is contained in:
Willem Melching
2020-10-13 16:01:07 +02:00
committed by GitHub
parent 872b7f02b0
commit a331861873
12 changed files with 18 additions and 52 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
Import('env', 'arch', 'cereal', 'messaging', 'common', 'visionipc')
src = ['loggerd.cc', 'logger.cc']
libs = ['zmq', 'czmq', 'capnp', 'kj', 'z',
libs = ['zmq', 'capnp', 'kj', 'z',
'avformat', 'avcodec', 'swscale', 'avutil',
'yuv', 'bz2', common, cereal, messaging, visionipc]