]> git.sesse.net Git - vlc/blob - extras/contrib/src/Patches/faad-arm-fixed.patch
contrib: fix fontconfig patch
[vlc] / extras / contrib / src / Patches / faad-arm-fixed.patch
1 diff -ru faad2-2.7/libfaad/common.h faad2/libfaad/common.h
2 --- faad2-2.7/libfaad/common.h  2009-02-05 02:51:03.000000000 +0200
3 +++ faad2/libfaad/common.h      2009-09-01 20:41:20.000000000 +0300
4 @@ -79,6 +79,10 @@
5  #define FIXED_POINT
6  #endif
7  
8 +#ifdef __arm__
9 +#define FIXED_POINT
10 +#endif
11 +
12  #define ERROR_RESILIENCE
13  
14  
15