* rm libyuv

* cleanup
This commit is contained in:
Adeeb Shihadeh
2026-07-08 20:27:27 -07:00
committed by GitHub
parent 9877f6ac0e
commit 1e49eac4d1
13 changed files with 218 additions and 59 deletions
-1
View File
@@ -8,7 +8,6 @@ if arch == "larch64":
src += ['encoder/v4l_encoder.cc']
else:
src += ['encoder/ffmpeg_encoder.cc']
libs += ['yuv']
if arch == "Darwin":
frameworks += ['VideoToolbox', 'CoreMedia', 'CoreFoundation', 'CoreVideo']