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

Unified Diff: source/config/linux/x64/vpx_config.asm

Issue 11974002: libvpx: Pull from upstream (Closed) Base URL: svn://chrome-svn/chrome/trunk/deps/third_party/libvpx/
Patch Set: Created 7 years, 11 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
« no previous file with comments | « source/config/linux/x64/vpx_config.h ('k') | source/config/mac/ia32/vp9_rtcd.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: source/config/linux/x64/vpx_config.asm
===================================================================
--- source/config/linux/x64/vpx_config.asm (revision 177019)
+++ source/config/linux/x64/vpx_config.asm (working copy)
@@ -71,12 +71,14 @@
CONFIG_TEMPORAL_DENOISING equ 1
CONFIG_EXPERIMENTAL equ 0
CONFIG_CSM equ 0
-CONFIG_COMP_INTRA_PRED equ 0
-CONFIG_SUPERBLOCKS equ 0
-CONFIG_PRED_FILTER equ 0
CONFIG_LOSSLESS equ 0
-CONFIG_SUBPELREFMV equ 0
CONFIG_NEW_MVREF equ 0
CONFIG_IMPLICIT_SEGMENTATION equ 0
CONFIG_NEWBINTRAMODES equ 0
CONFIG_COMP_INTERINTRA_PRED equ 0
+CONFIG_TX64X64 equ 0
+CONFIG_DWTDCTHYBRID equ 0
+CONFIG_CNVCONTEXT equ 0
+CONFIG_NEWCOEFCONTEXT equ 0
+CONFIG_ENABLE_6TAP equ 0
+CONFIG_ABOVESPREFMV equ 0
« no previous file with comments | « source/config/linux/x64/vpx_config.h ('k') | source/config/mac/ia32/vp9_rtcd.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698