We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 38aba18 + 5bef168 commit 9dd0793Copy full SHA for 9dd0793
external/fdk_aac.BUILD
@@ -29,10 +29,13 @@ cc_library(
29
hdrs = glob([
30
"libFDK/include/*.h",
31
"libFDK/include/x86/*.h",
32
+ "libFDK/include/arm/*.h",
33
+ "libFDK/src/arm/*.cpp"
34
]),
35
includes = [
36
"libFDK/include",
37
"libSYS/include",
38
+ "libFDK/src",
39
],
40
deps = [
41
":fdk_sys_lib",
@@ -220,6 +223,7 @@ cc_library(
220
223
221
224
222
225
"libAACdec/include/*.h",
226
+ "libAACdec/src/arm/*.cpp"
227
228
copts = [
229
"-Wno-implicit-fallthrough",
@@ -235,6 +239,7 @@ cc_library(
235
239
"libSACdec/include",
236
240
"libSACenc/include",
237
241
"libSBRdec/include",
242
+ "libAACdec/src",
238
243
244
245
":arith_coding_lib",
0 commit comments