summaryrefslogtreecommitdiff
path: root/README.chromium
diff options
context:
space:
mode:
authorrtoy@google.com <rtoy@google.com@4adac7df-926f-26a2-2b94-8c16560cd09d>2014-07-24 22:25:24 +0000
committerrtoy@google.com <rtoy@google.com@4adac7df-926f-26a2-2b94-8c16560cd09d>2014-07-24 22:25:24 +0000
commit5d8507771824df2b96d9c6f2fd55a47fcfd9dec9 (patch)
tree16cabfa04692f8216ef401e5e0807097de46e6e4 /README.chromium
parent333c00b74820c9dc0022d124c5a10a788d74d5ca (diff)
downloadopenmax_dl-5d8507771824df2b96d9c6f2fd55a47fcfd9dec9.tar.gz
Convert all ARM assembler directives to lower case for clang's assembler.
This conversion was done by a script to convert .MACRO, .IFEQS, .ELSE, .ENDIF, .ENDM, and .END to lowercase. BUG= R=andrew@webrtc.org, thakis@chromium.org Review URL: https://webrtc-codereview.appspot.com/13059004 git-svn-id: http://webrtc.googlecode.com/svn/deps/third_party/openmax@6777 4adac7df-926f-26a2-2b94-8c16560cd09d
Diffstat (limited to 'README.chromium')
-rw-r--r--README.chromium4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.chromium b/README.chromium
index 3dbc3ff..eae1178 100644
--- a/README.chromium
+++ b/README.chromium
@@ -12,8 +12,8 @@ WebAudio for Chromium on Android.
Local Modifications:
Only the FFT routines from the OpenMAX DL package are included. The
-code was modified to work with gcc and a new implementation for a
-floating-point FFT was added.
+code was modified to work with gcc and clang, and a new implementation
+for a floating-point FFT was added.
The original ARM license is unclear, but Google has obtained
permission to relicense this code under a BSD license.