the morrow

This commit is contained in:
firestar5683
2026-08-27 11:57:40 -05:00
parent 032f085500
commit 3c655e79a9
59 changed files with 1963 additions and 178 deletions
+3 -1
View File
@@ -5,7 +5,9 @@ libs = [common, messaging, visionipc,
'pthread', 'z', 'm', 'zstd']
src = ['logger.cc', 'zstd_writer.cc', 'video_writer.cc', 'encoder/encoder.cc', 'encoder/v4l_encoder.cc', 'encoder/jpeg_encoder.cc']
if arch != "larch64":
if arch == "larch64":
src += ['clip_encoder.cc', 'encoder/v4l_decoder.cc']
else:
src += ['encoder/ffmpeg_encoder.cc']
libs += ['yuv']