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

Unified Diff: third_party/opus/opus.gyp

Issue 1613863002: Upgrade to Opus 1.1.2 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Narrow opus license exception to just its autogen.sh file Created 4 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 | « third_party/opus/README.chromium ('k') | third_party/opus/opus_srcs_rtcd.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 50cd403a08a16292231a9e98d0448738b24d9826..a97c9756d41e57f4f31e74ab5cd07959cb12b412 100644
--- a/third_party/opus/opus.gyp
+++ b/third_party/opus/opus.gyp
@@ -150,11 +150,14 @@
'OPUS_ARM_MAY_HAVE_EDSP',
'OPUS_ARM_MAY_HAVE_MEDIA',
'OPUS_ARM_MAY_HAVE_NEON',
+ 'OPUS_ARM_MAY_HAVE_NEON_INTR',
'OPUS_HAVE_RTCD',
],
'includes': [
'opus_srcs_rtcd.gypi',
],
+ 'cflags!': [ '-mfpu=vfpv3-d16' ],
+ 'cflags': [ '-mfpu=neon' ],
}],
],
}],
« no previous file with comments | « third_party/opus/README.chromium ('k') | third_party/opus/opus_srcs_rtcd.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698