Internal change
PiperOrigin-RevId: 523351901
This commit is contained in:
committed by
Copybara-Service
parent
9793654364
commit
a448790300
@@ -969,6 +969,15 @@ cc_library(
|
||||
}) + select({
|
||||
"//conditions:default": [],
|
||||
"//mediapipe/framework/port:disable_opencv": ["MEDIAPIPE_DISABLE_OPENCV=1"],
|
||||
}) + select({
|
||||
"//conditions:default": [],
|
||||
# TODO: Improve this. This only sets MEDIAPIPE_DISABLE_OPENCV as a "defines" Make
|
||||
# value, not as a bazel "--define" variable, which has effects in C++ code but not in
|
||||
# select() statements.
|
||||
"//mediapipe/framework/port:enable_halide": [
|
||||
"MEDIAPIPE_ENABLE_HALIDE=1",
|
||||
"MEDIAPIPE_DISABLE_OPENCV=1",
|
||||
],
|
||||
}) + select({
|
||||
"//conditions:default": [],
|
||||
"//mediapipe/framework:disable_rtti_and_exceptions": [
|
||||
|
||||
Reference in New Issue
Block a user