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

Unified Diff: third_party/opus/opus.gyp

Issue 2165633002: Upgrade to Opus 1.1.3. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Move NEON optimization back inside the RTCD check Created 4 years, 5 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 | « third_party/opus/README.chromium ('k') | third_party/opus/opus_srcs.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/opus/opus.gyp
diff --git a/third_party/opus/opus.gyp b/third_party/opus/opus.gyp
index 9db07f23dfd0e85e685dadb005c1f41ca99d12f2..4c23dfcd7e8c506fe4a23ee766f6fc3eab0fcdf1 100644
--- a/third_party/opus/opus.gyp
+++ b/third_party/opus/opus.gyp
@@ -159,6 +159,9 @@
'OPUS_ARM_MAY_HAVE_NEON_INTR',
'OPUS_HAVE_RTCD',
],
+ 'include_dirs': [
minyue 2016/07/26 12:58:39 why this?
flim-chromium 2016/07/26 13:05:47 In the new file silk/arm/NSQ_neon.c, it has "#incl
+ 'src',
+ ],
'includes': [
'opus_srcs_rtcd.gypi',
],
« no previous file with comments | « third_party/opus/README.chromium ('k') | third_party/opus/opus_srcs.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698