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

Unified Diff: libvpx/source/libvpx/configure

Issue 7624054: Revert r97185 "Update libvpx snapshot to v0.9.7-p1 (Cayuga)." (Closed) Base URL: svn://chrome-svn/chrome/trunk/deps/third_party
Patch Set: Created 9 years, 4 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 | « libvpx/source/libvpx/build/make/obj_int_extract.c ('k') | libvpx/source/libvpx/examples.mk » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: libvpx/source/libvpx/configure
diff --git a/libvpx/source/libvpx/configure b/libvpx/source/libvpx/configure
index 3e1e0e5e15f09ef8ba414ec31883e7ea587e1932..ab3936daf3ea969bd1a68531b7a209be9770b696 100644
--- a/libvpx/source/libvpx/configure
+++ b/libvpx/source/libvpx/configure
@@ -31,16 +31,14 @@ Advanced options:
${toggle_md5} support for output of checksum data
${toggle_static_msvcrt} use static MSVCRT (VS builds only)
${toggle_vp8} VP8 codec support
- ${toggle_internal_stats} output of encoder internal stats for debug, if supported (encoders)
+ ${toggle_psnr} output of PSNR data, if supported (encoders)
${toggle_mem_tracker} track memory usage
${toggle_postproc} postprocessing
${toggle_multithread} multithreaded encoding and decoding.
${toggle_spatial_resampling} spatial sampling (scaling) support
${toggle_realtime_only} enable this option while building for real-time encoding
- ${toggle_error_concealment} enable this option to get a decoder which is able to conceal losses
${toggle_runtime_cpu_detect} runtime cpu detection
${toggle_shared} shared library support
- ${toggle_static} static library support
${toggle_small} favor smaller size over speed
${toggle_postproc_visualizer} macro block / block level visualizers
@@ -154,7 +152,6 @@ enabled doxygen && php -v >/dev/null 2>&1 && enable install_docs
enable install_bins
enable install_libs
-enable static
enable optimizations
enable fast_unaligned #allow unaligned accesses, if supported by hw
enable md5
@@ -214,7 +211,6 @@ HAVE_LIST="
alt_tree_layout
pthread_h
sys_mman_h
- unistd_h
"
CONFIG_LIST="
external_build
@@ -244,7 +240,7 @@ CONFIG_LIST="
runtime_cpu_detect
postproc
multithread
- internal_stats
+ psnr
${CODECS}
${CODEC_FAMILIES}
encoders
@@ -252,9 +248,7 @@ CONFIG_LIST="
static_msvcrt
spatial_resampling
realtime_only
- error_concealment
shared
- static
small
postproc_visualizer
os_support
@@ -287,16 +281,14 @@ CMDLINE_SELECT="
dc_recon
postproc
multithread
- internal_stats
+ psnr
${CODECS}
${CODEC_FAMILIES}
static_msvcrt
mem_tracker
spatial_resampling
realtime_only
- error_concealment
shared
- static
small
postproc_visualizer
"
« no previous file with comments | « libvpx/source/libvpx/build/make/obj_int_extract.c ('k') | libvpx/source/libvpx/examples.mk » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698