Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(192)

Unified Diff: third_party/libvpx/source/config/linux/arm64-no-vp9/vpx_config.h

Issue 1997603002: libvpx: add configurations excluding VP9 for ARM Neon and ARM64. (Closed) Base URL: http://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/libvpx/source/config/linux/arm64-no-vp9/vpx_config.h
diff --git a/third_party/libvpx/source/config/linux/arm64/vpx_config.h b/third_party/libvpx/source/config/linux/arm64-no-vp9/vpx_config.h
similarity index 97%
copy from third_party/libvpx/source/config/linux/arm64/vpx_config.h
copy to third_party/libvpx/source/config/linux/arm64-no-vp9/vpx_config.h
index 7e0ecdb205f3332843898c50d5e868d0f0a7fe07..5d52d891238042639b2238cad17f95f4c0529517 100644
--- a/third_party/libvpx/source/config/linux/arm64/vpx_config.h
+++ b/third_party/libvpx/source/config/linux/arm64-no-vp9/vpx_config.h
@@ -59,12 +59,12 @@
#define CONFIG_INTERNAL_STATS 0
#define CONFIG_VP8_ENCODER 1
#define CONFIG_VP8_DECODER 1
-#define CONFIG_VP9_ENCODER 1
-#define CONFIG_VP9_DECODER 1
+#define CONFIG_VP9_ENCODER 0
+#define CONFIG_VP9_DECODER 0
#define CONFIG_VP10_ENCODER 0
#define CONFIG_VP10_DECODER 0
#define CONFIG_VP8 1
-#define CONFIG_VP9 1
+#define CONFIG_VP9 0
#define CONFIG_VP10 0
#define CONFIG_ENCODERS 1
#define CONFIG_DECODERS 1

Powered by Google App Engine
This is Rietveld 408576698