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

Unified Diff: source/libvpx/configure

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/libvpx/build/make/configure.sh ('k') | source/libvpx/examples/decode_with_partial_drops.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: source/libvpx/configure
===================================================================
--- source/libvpx/configure (revision 177019)
+++ source/libvpx/configure (working copy)
@@ -106,6 +106,7 @@
all_platforms="${all_platforms} ppc64-darwin9-gcc"
all_platforms="${all_platforms} ppc64-linux-gcc"
all_platforms="${all_platforms} sparc-solaris-gcc"
+all_platforms="${all_platforms} x86-android-gcc"
all_platforms="${all_platforms} x86-darwin8-gcc"
all_platforms="${all_platforms} x86-darwin8-icc"
all_platforms="${all_platforms} x86-darwin9-gcc"
@@ -238,15 +239,17 @@
"
EXPERIMENT_LIST="
csm
- comp_intra_pred
- superblocks
- pred_filter
lossless
- subpelrefmv
new_mvref
implicit_segmentation
newbintramodes
comp_interintra_pred
+ tx64x64
+ dwtdcthybrid
+ cnvcontext
+ newcoefcontext
+ enable_6tap
+ abovesprefmv
"
CONFIG_LIST="
external_build
@@ -660,6 +663,10 @@
*-android-*)
# GTestLog must be modified to use Android logging utilities.
;;
+ *-darwin-*)
+ # iOS/ARM builds do not work with gtest. This does not match
+ # x86 targets.
+ ;;
*)
check_cxx "$@" <<EOF && soft_enable unit_tests
int z;
« no previous file with comments | « source/libvpx/build/make/configure.sh ('k') | source/libvpx/examples/decode_with_partial_drops.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698