Skip to content

Commit

Permalink
No public description
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 668072334
  • Loading branch information
trevorknight authored and felicialim committed Aug 27, 2024
1 parent 6707b92 commit 33e27f2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions external/fdk_aac.BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ cc_library(
"libMpegTPDec/include/*.h",
]),
copts = select({
"//tools/cc_target_os:windows": [],
"@bazel_tools//src/conditions:windows": [],
"//conditions:default": [
"-Wno-implicit-fallthrough",
"-Wno-unused-label",
Expand Down Expand Up @@ -202,7 +202,7 @@ cc_library(
"libPCMutils/include/*.h",
]),
copts = select({
"//tools/cc_target_os:windows": [],
"@bazel_tools//src/conditions:windows": [],
"//conditions:default": [
"-Wno-implicit-fallthrough",
"-Wno-unused-label",
Expand Down Expand Up @@ -258,7 +258,7 @@ cc_library(
"//conditions:default": [],
}),
copts = select({
"//tools/cc_target_os:windows": [],
"@bazel_tools//src/conditions:windows": [],
"//conditions:default": [
"-Wno-implicit-fallthrough",
"-Wno-unused-variable",
Expand Down
2 changes: 1 addition & 1 deletion external/flac.BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ flac_version_dir = "src"
exports_files(["LICENSE"])

platform_srcs = select({
"//tools/cc_target_os:windows": glob(["src/share/win_utf8_io/*.c"]),
"@bazel_tools//src/conditions:windows": glob(["src/share/win_utf8_io/*.c"]),
"//conditions:default": glob([]),
})

Expand Down

0 comments on commit 33e27f2

Please sign in to comment.