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

remove unused link
This commit is contained in:
Dean Lee
2025-02-10 01:13:58 +08:00
committed by GitHub
parent 1090af6e3d
commit 4b7a25efc3
+2 -2
View File
@@ -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":