summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandrew@webrtc.org <andrew@webrtc.org>2014-10-08 03:09:24 +0000
committerandrew@webrtc.org <andrew@webrtc.org>2014-10-08 03:09:24 +0000
commit01642706d2b37cb7b9db84add870ea0fdabdf5ad (patch)
treea139d4accb4ae26fa47697f932a9277515f9654d
parent6d58d90b0064c93cfb6b6f89c696cc53719ad831 (diff)
downloadopenmax_dl-01642706d2b37cb7b9db84add870ea0fdabdf5ad.tar.gz
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
-rw-r--r--dl/sp/api/omxSP.h2
1 files changed, 1 insertions, 1 deletions
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 @@ OMXResult omxSP_FFTInv_CToC_FC32_Sfs_vfp (
#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__) */