loggerd: remove unused zlib and libswscale linkage (#34552)

remove unused link
pull/34557/head
Dean Lee 4 months ago committed by GitHub
parent 1090af6e3d
commit 4b7a25efc3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 4
      system/loggerd/SConscript

@ -1,8 +1,8 @@
Import('env', 'arch', 'messaging', 'common', 'visionipc')
libs = [common, messaging, visionipc,
'z', 'avformat', 'avcodec', 'swscale',
'avutil', 'yuv', 'OpenCL', 'pthread', 'zstd']
'avformat', 'avcodec', 'avutil',
'yuv', 'OpenCL', 'pthread', 'zstd']
src = ['logger.cc', 'zstd_writer.cc', 'video_writer.cc', 'encoder/encoder.cc', 'encoder/v4l_encoder.cc']
if arch != "larch64":

Loading…
Cancel
Save