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

Unified Diff: generate_gypi.sh

Issue 341293003: libvpx: Pull from upstream (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/libvpx/
Patch Set: Created 6 years, 6 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 | « README.chromium ('k') | libvpx_srcs_arm.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: generate_gypi.sh
===================================================================
--- generate_gypi.sh (revision 278778)
+++ generate_gypi.sh (working copy)
@@ -143,9 +143,7 @@
write_target_definition ssse3_sources[@] $2 libvpx_intrinsics_ssse3 ssse3
fi
if [ 0 -ne ${#sse4_1_sources} ]; then
- #write_target_definition sse4_1_sources[@] $2 libvpx_intrinsics_sse4_1 sse4.1
- echo "ERROR: Uncomment sse4_1 sections in libvpx.gyp"
- exit 1
+ write_target_definition sse4_1_sources[@] $2 libvpx_intrinsics_sse4_1 sse4.1
fi
if [ 0 -ne ${#avx_sources} ]; then
#write_target_definition avx_sources[@] $2 libvpx_intrinsics_avx avx
« no previous file with comments | « README.chromium ('k') | libvpx_srcs_arm.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698