Skip to content

Commit ce9fec8

Browse files
schmidt-sebastiancopybara-github
authored andcommitted
Internal change
PiperOrigin-RevId: 504341886
1 parent 9cde57d commit ce9fec8

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

Diff for: mediapipe/gpu/BUILD

+11
Original file line numberDiff line numberDiff line change
@@ -902,6 +902,17 @@ cc_library(
902902
alwayslink = 1,
903903
)
904904

905+
### Simple calculators
906+
907+
mediapipe_proto_library(
908+
name = "gl_animation_overlay_calculator_proto",
909+
srcs = ["gl_animation_overlay_calculator.proto"],
910+
visibility = ["//visibility:public"],
911+
deps = [
912+
"//mediapipe/framework:calculator_proto",
913+
],
914+
)
915+
905916
proto_library(
906917
name = "gl_scaler_calculator_proto",
907918
srcs = ["gl_scaler_calculator.proto"],

0 commit comments

Comments
 (0)