]> git.sesse.net Git - vlc/blob - extras/contrib/src/Patches/faad2-20050513-win32.patch
ALL: Merge the win32-contrib branch.
[vlc] / extras / contrib / src / Patches / faad2-20050513-win32.patch
1 +codebook/hcb_9.h codebook/hcb_10.h codebook/hcb_11.h codebook/hcb_sf.h
2 Index: libfaad/common.h
3 ===================================================================
4 RCS file: /cvsroot/faac/faad2/libfaad/common.h,v
5 retrieving revision 1.66
6 diff -u -r1.66 common.h
7 --- libfaad/common.h    1 Feb 2005 13:23:35 -0000       1.66
8 +++ libfaad/common.h    13 May 2005 09:07:19 -0000
9 @@ -309,8 +309,10 @@
10    }
11  
12  
13 -  #if defined(_WIN32) && !defined(__MINGW32__)
14 +  #ifdef __MINGW32__
15      #define HAS_LRINTF
16 +  #elif defined(_WIN32)
17 +   #define HAS_LRINTF
18      static INLINE int lrintf(float f)
19      {
20          int i;