aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar AD-530 <aegirxx@googlemail.com>2018-05-24 21:13:54 +0200
committerGravatar GitHub <noreply@github.com>2018-05-24 21:13:54 +0200
commit446f7f467b5226a1a757401462d1d14b8d2d2348 (patch)
tree2293dfed5d1a137198a2ae91b2df63a87f0899cf
parent86c2a58f87beca1de5961a9188f03b3233ace57f (diff)
Add missing deps for simd_armv8a
Building for armv8 fails with error: ERROR: .../bazel/external/jpeg/BUILD:288:1: undeclared inclusion(s) in rule '@jpeg//:simd_armv8a': this rule is missing dependency declarations for the following files included by 'external/jpeg/simd/jsimd_arm64.c': '.../bazel/external/jpeg/jpegint.h' '.../bazel/external/jpeg/jerror.h'
-rw-r--r--third_party/jpeg/jpeg.BUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/third_party/jpeg/jpeg.BUILD b/third_party/jpeg/jpeg.BUILD
index 4418ac32fc..663a218733 100644
--- a/third_party/jpeg/jpeg.BUILD
+++ b/third_party/jpeg/jpeg.BUILD
@@ -291,8 +291,10 @@ cc_library(
"jchuff.h",
"jconfig.h",
"jdct.h",
+ "jerror.h",
"jinclude.h",
"jmorecfg.h",
+ "jpegint.h",
"jpeglib.h",
"jsimd.h",
"jsimddct.h",