commit | 01642706d2b37cb7b9db84add870ea0fdabdf5ad | [log] [tgz] |
---|---|---|
author | andrew@webrtc.org <andrew@webrtc.org> | Wed Oct 08 03:09:24 2014 |
committer | andrew@webrtc.org <andrew@webrtc.org> | Wed Oct 08 03:09:24 2014 |
tree | a139d4accb4ae26fa47697f932a9277515f9654d | |
parent | 6d58d90b0064c93cfb6b6f89c696cc53719ad831 [diff] |
Fix typo to unbreak non-ARM builds. TBR=rtoy TEST=local Linux webrtc build passed. BUG=chromium:415393 Review URL: https://webrtc-codereview.appspot.com/23919004 git-svn-id: http://webrtc.googlecode.com/svn/deps/third_party/openmax@7392 4adac7df-926f-26a2-2b94-8c16560cd09d
diff --git a/dl/sp/api/omxSP.h b/dl/sp/api/omxSP.h index 2827379..2c0306b 100644 --- a/dl/sp/api/omxSP.h +++ b/dl/sp/api/omxSP.h
@@ -2587,7 +2587,7 @@ #else /* Build-time non-ARM selection. */ -#define omxSP_FFTInv_RToCCS_F32 omxSP_FFTInv_RToCCS_F32_Sfs +#define omxSP_FFTFwd_RToCCS_F32 omxSP_FFTFwd_RToCCS_F32_Sfs #define omxSP_FFTInv_CCSToR_F32 omxSP_FFTInv_CCSToR_F32_Sfs #endif /* defined(__arm__) || defined(__aarch64__) */