shithub: aacdec

Download patch

ref: d5261b3b2f1cf6cad5b9b134322aa631de91f7a3
parent: ac792aefc0cb7e5fcf41eac21ea8320f231bd21e
author: mmhoffm <mmhoffm>
date: Tue Sep 11 14:20:37 EDT 2007

blackfin fixpoint configuration

--- a/libfaad/common.h
+++ b/libfaad/common.h
@@ -27,7 +27,7 @@
 ** Commercial non-GPL licensing of this software is possible.
 ** For more info contact Nero AG through Mpeg4AAClicense@nero.com.
 **
-** $Id: common.h,v 1.69 2006/09/25 19:46:25 menno Exp $
+** $Id: common.h,v 1.70 2007/09/11 18:20:37 mmhoffm Exp $
 **/
 
 #ifndef __COMMON_H__
@@ -72,6 +72,10 @@
 //#define PREFER_POINTERS
 
 #ifdef _WIN32_WCE
+#define FIXED_POINT
+#endif
+
+#ifdef __BFIN__
 #define FIXED_POINT
 #endif