webcam isn't a special build anymore

This commit is contained in:
Adeeb Shihadeh
2022-08-26 20:44:29 -07:00
parent cca8ef4f93
commit c626198575
3 changed files with 4 additions and 28 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
Import('env', 'arch', 'cereal', 'messaging', 'common', 'gpucommon', 'visionipc', 'USE_WEBCAM')
Import('env', 'arch', 'cereal', 'messaging', 'common', 'gpucommon', 'visionipc')
libs = ['m', 'pthread', common, 'jpeg', 'OpenCL', 'yuv', cereal, messaging, 'zmq', 'capnp', 'kj', visionipc, gpucommon]