We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cd5759 commit e111a4cCopy full SHA for e111a4c
openvino_bindings/third_party/ffmpeg/linux.BUILD
@@ -13,6 +13,6 @@ cc_library(
13
includes = [
14
"include",
15
],
16
- hdrs = glob([""include/**/*.h"]),
+ hdrs = glob(["include/**/*.h"]),
17
visibility = ["//visibility:public"],
18
)
0 commit comments