]> git.sesse.net Git - vlc/blobdiff - modules/codec/wmafixed/wmafixed.h
Configure: warn is panoramix is disabled
[vlc] / modules / codec / wmafixed / wmafixed.h
index b60d0e6869bfa46f1ef5e4a884fc5f370a96a5c0..8314cc67e7f2b971f8730b1c78ccfeb918087166 100644 (file)
@@ -49,7 +49,7 @@ int64_t fixdiv64(int64_t x, int64_t y);
 int32_t fixsqrt32(int32_t x);
 long fsincos(unsigned long phase, int32_t *cos);
 
-#ifdef CPU_ARM
+#ifdef __arm__
 
 /*Sign-15.16 format */
 
@@ -138,7 +138,7 @@ static inline int32_t fixmul32b(int32_t x, int32_t y)
 
 #endif
 
-#ifdef CPU_ARM
+#ifdef __arm__
 static inline
 void CMUL(int32_t *x, int32_t *y,
           int32_t  a, int32_t  b,