shithub: opus

Download patch

ref: 403485d09be1a254e2bf0e67f22e46b631c26519
parent: 9dec74d98d74e936569507a995e2401d324d1df5
author: Jean-Marc Valin <[email protected]>
date: Tue Mar 29 03:43:51 EDT 2011

Typo in C5X macro

--- a/libcelt/ecintrin.h
+++ b/libcelt/ecintrin.h
@@ -95,7 +95,7 @@
 #elif defined(ENABLE_TI_DSPLIB)
 # include "dsplib.h"
 # define EC_CLZ0    (31)
-# define EC_CLZ(_x) (_lnorm(x))
+# define EC_CLZ(_x) (_lnorm(_x))
 #elif defined(__GNUC_PREREQ)
 # if __GNUC_PREREQ(3,4)
 #  if INT_MAX>=2147483647