aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party
diff options
context:
space:
mode:
authorGravatar Andrew Gibiansky <andrew.gibiansky@gmail.com>2018-08-06 22:50:11 +0000
committerGravatar Andrew Gibiansky <andrew.gibiansky@gmail.com>2018-08-06 22:50:11 +0000
commitfac5feee5fb8cbcee4b787b3d21245bd739e0c9e (patch)
tree2e11de2c462021c79ccd8a9153377c99b052f0d7 /third_party
parent18b4588450c35a045a5f55422c6343807f113976 (diff)
Fix bazel issue with jpeg lib on arm v7
Diffstat (limited to 'third_party')
-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 663a218733..b36295ad06 100644
--- a/third_party/jpeg/jpeg.BUILD
+++ b/third_party/jpeg/jpeg.BUILD
@@ -272,8 +272,10 @@ cc_library(
"jchuff.h",
"jconfig.h",
"jdct.h",
+ "jerror.h",
"jinclude.h",
"jmorecfg.h",
+ "jpegint.h",
"jpeglib.h",
"jsimd.h",
"jsimddct.h",