summaryrefslogtreecommitdiff
path: root/chromium/third_party/dav1d/README.chromium
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/dav1d/README.chromium')
-rw-r--r--chromium/third_party/dav1d/README.chromium5
1 files changed, 4 insertions, 1 deletions
diff --git a/chromium/third_party/dav1d/README.chromium b/chromium/third_party/dav1d/README.chromium
index 198bdd150ca..9a68887dcfc 100644
--- a/chromium/third_party/dav1d/README.chromium
+++ b/chromium/third_party/dav1d/README.chromium
@@ -30,4 +30,7 @@ all the updated configuration files. If not, you'll need to debug the bots :(
-- [ OPEN ISSUES ] ------------------
-None at this time.
+1. If Windows build fails on Linux, you may need to run:
+`build/vs_toolchain.py update` to regenerate FUSE links.
+2. If ARM build fails with an error around clock_gettime you likely need to
+install gcc-arm-linux-gnueabihf and gcc-aarch64-linux-gnu packages.