mirror of
https://github.com/opencv/opencv.git
synced 2025-08-06 14:36:36 +08:00
js: allow building without dnn
This commit is contained in:
parent
d7f60f69f1
commit
27d15894d8
@ -74,7 +74,11 @@
|
||||
|
||||
using namespace emscripten;
|
||||
using namespace cv;
|
||||
|
||||
#ifdef HAVE_OPENCV_DNN
|
||||
using namespace dnn;
|
||||
#endif
|
||||
|
||||
|
||||
namespace binding_utils
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user