Remove opencv from phonelibs (#2107)

* remove opencv from phonelibs

* clean that up too
old-commit-hash: 63436373d22566a13f4f6afbcb4acb742227d09d
This commit is contained in:
Adeeb Shihadeh
2020-08-30 18:23:23 -07:00
committed by GitHub
parent a9e4b336f4
commit afafacabbb
25 changed files with 1 additions and 71 deletions
+1 -1
View File
@@ -24,8 +24,8 @@ else:
env.Append(CFLAGS = '-DWEBCAM')
env.Append(CPPPATH = '/usr/local/include/opencv4')
else:
libs += []
cameras = ['cameras/camera_frame_stream.cc']
if arch == "Darwin":
del libs[libs.index('OpenCL')]
env = env.Clone()