]> git.sesse.net Git - vlc/blob - extras/contrib/src/Patches/faad2.patch
* New build system for the contrib packages of VLC. It supports to
[vlc] / extras / contrib / src / Patches / faad2.patch
1 Index: common/mp4v2/mp4.h
2 ===================================================================
3 RCS file: /cvsroot/faac/faad2/common/mp4v2/mp4.h,v
4 retrieving revision 1.14
5 diff -u -r1.14 mp4.h
6 --- common/mp4v2/mp4.h  7 Aug 2003 18:58:43 -0000       1.14
7 +++ common/mp4v2/mp4.h  2 Nov 2003 00:14:11 -0000
8 @@ -27,6 +27,8 @@
9  #include "mpeg4ip.h"
10  
11  #include <math.h>      /* to define float HUGE_VAL and/or NAN */
12 +/* Meuuh power */
13 +#undef NAN
14  #ifndef NAN
15  #define NAN HUGE_VAL
16  #endif