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

Unified Diff: third_party/libvpx/source/config/linux/arm/vpx_config.asm

Issue 2362513003: Roll src/third_party/libvpx/source/libvpx/ 4282d2935..99ef84c65 (29 commits). (Closed)
Patch Set: use correct option (--disable-*install*-docs) Created 4 years, 3 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/arm/vpx_config.asm
diff --git a/third_party/libvpx/source/config/linux/arm/vpx_config.asm b/third_party/libvpx/source/config/linux/arm/vpx_config.asm
index 43c0d2c23089c1e4f1c5c058a85271d88edbd339..307a7a2a5b27d96c4dcf59b7f7e00ffb0ead3feb 100644
--- a/third_party/libvpx/source/config/linux/arm/vpx_config.asm
+++ b/third_party/libvpx/source/config/linux/arm/vpx_config.asm
@@ -24,7 +24,7 @@
.equ HAVE_UNISTD_H , 0
.equ CONFIG_DEPENDENCY_TRACKING , 1
.equ CONFIG_EXTERNAL_BUILD , 1
-.equ CONFIG_INSTALL_DOCS , 1
+.equ CONFIG_INSTALL_DOCS , 0
.equ CONFIG_INSTALL_BINS , 1
.equ CONFIG_INSTALL_LIBS , 1
.equ CONFIG_INSTALL_SRCS , 0
« no previous file with comments | « third_party/libvpx/source/config/linux/arm/vpx_config.h ('k') | third_party/libvpx/source/config/linux/arm/vpx_config.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698