[MPlayer-cvslog] CVS: main/libfaad2 common.h,1.11,1.12

Alex Beregszaszi syncmail at mplayerhq.hu
Tue Aug 16 17:29:27 CEST 2005


CVS change done by Alex Beregszaszi

Update of /cvsroot/mplayer/main/libfaad2
In directory mail:/home/alex/mplayer/main/libfaad2

Modified Files:
	common.h 
Log Message:
prefer FIXED_POINT for ARM - patch by AGAWA Koji <i at atty.sakura.ne.jp>

Index: common.h
===================================================================
RCS file: /cvsroot/mplayer/main/libfaad2/common.h,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- common.h	30 May 2005 08:18:03 -0000	1.11
+++ common.h	16 Aug 2005 15:29:24 -0000	1.12
@@ -67,7 +67,7 @@
 /* Use if target platform has address generators with autoincrement */
 //#define PREFER_POINTERS
 
-#ifdef _WIN32_WCE
+#if defined(_WIN32_WCE) || defined(__arm__)
 #define FIXED_POINT
 #endif
 




More information about the MPlayer-cvslog mailing list