mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-08-21 00:03:45 +08:00
Remove opencv from phonelibs (#2107)
* remove opencv from phonelibs * clean that up too old-commit-hash: 63436373d22566a13f4f6afbcb4acb742227d09d
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user