Internal change
PiperOrigin-RevId: 504341886
This commit is contained in:
parent
9cde57d830
commit
ce9fec806c
|
@ -902,6 +902,17 @@ cc_library(
|
|||
alwayslink = 1,
|
||||
)
|
||||
|
||||
### Simple calculators
|
||||
|
||||
mediapipe_proto_library(
|
||||
name = "gl_animation_overlay_calculator_proto",
|
||||
srcs = ["gl_animation_overlay_calculator.proto"],
|
||||
visibility = ["//visibility:public"],
|
||||
deps = [
|
||||
"//mediapipe/framework:calculator_proto",
|
||||
],
|
||||
)
|
||||
|
||||
proto_library(
|
||||
name = "gl_scaler_calculator_proto",
|
||||
srcs = ["gl_scaler_calculator.proto"],
|
||||
|
|
Loading…
Reference in New Issue
Block a user