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

Unified Diff: third_party/libvpx/generate_gni.sh

Issue 2476093002: libvpx/generate_gni.sh: remove an obsolete TODO (Closed)
Patch Set: Created 4 years, 1 month 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/libvpx/generate_gni.sh
diff --git a/third_party/libvpx/generate_gni.sh b/third_party/libvpx/generate_gni.sh
index cdc8c77e2b8393bb153d68a92de68c3c4e882d83..08df465f47b2e174fe2b617e0997babf5e3cc742 100755
--- a/third_party/libvpx/generate_gni.sh
+++ b/third_party/libvpx/generate_gni.sh
@@ -124,7 +124,7 @@ function convert_srcs_to_project_files {
# Select all arm neon files ending in _neon.c and all asm files.
# The asm files need to be included in the intrinsics target because
# they need the -mfpu=neon flag.
- # the pattern may need to be updated if vpx_scale gets intrinics
+ # the pattern may need to be updated if vpx_scale gets intrinsics
local intrinsic_list=$(echo "$source_list" | \
egrep 'neon.*(\.c|\.asm)$')
fi
@@ -267,7 +267,7 @@ function gen_config_files {
./configure $2 > /dev/null
# Disable HAVE_UNISTD_H as it causes vp8 to try to detect how many cpus
- # available, which doesn't work from iniside a sandbox on linux.
+ # available, which doesn't work from inside a sandbox on linux.
( echo '/HAVE_UNISTD_H/s/[01]/0/' ; echo 'w' ; echo 'q' ) | ed -s vpx_config.h
# Generate vpx_config.asm. Do not create one for mips.
@@ -452,5 +452,3 @@ cd $BASE_DIR/$LIBVPX_SRC_DIR
update_readme
cd $BASE_DIR
-
-# TODO(fgalligan): Can we turn on "--enable-realtime-only" for mipsel?
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698