diff options
author | tlegrand@chromium.org <tlegrand@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-04-28 14:41:06 +0000 |
---|---|---|
committer | tlegrand@chromium.org <tlegrand@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-04-28 14:41:06 +0000 |
commit | 3ecf6982c562085d64b9367f684e7eb21b5290bc (patch) | |
tree | 6797a1cae02c2377b95f2ab7cac739c3697c70e0 /third_party/opus/README.chromium | |
parent | 0491b8cae5bf7ede03db61853092d2afdba004ab (diff) | |
download | chromium_src-3ecf6982c562085d64b9367f684e7eb21b5290bc.zip chromium_src-3ecf6982c562085d64b9367f684e7eb21b5290bc.tar.gz chromium_src-3ecf6982c562085d64b9367f684e7eb21b5290bc.tar.bz2 |
Enable ARM optimizations for Opus in iOS
Opus ARM optimizations has been enabled on Android and ChromeOS, but not on iOS because some of the optimizations don't compile for iOS. In this CL I'm enabling the optimizations that do compile.
BUG=
Review URL: https://codereview.chromium.org/237143003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266564 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/opus/README.chromium')
-rw-r--r-- | third_party/opus/README.chromium | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/opus/README.chromium b/third_party/opus/README.chromium index a07b77f..9a8681a 100644 --- a/third_party/opus/README.chromium +++ b/third_party/opus/README.chromium @@ -1,6 +1,6 @@ Name: opus URL: http://git.xiph.org/?p=opus.git -Version: 1.1.0B +Version: 1.1.0 License: BSD License File: src/COPYING Security Critical: yes |