]> git.sesse.net Git - vlc/blob - extras/contrib/src/Patches/ogg.patch
ffmpeg contribs:
[vlc] / extras / contrib / src / Patches / ogg.patch
1 diff -ruN libogg.orig/include/ogg/os_types.h libogg/include/ogg/os_types.h
2 --- libogg.orig/include/ogg/os_types.h  2004-09-23 15:26:58.000000000 +0200
3 +++ libogg/include/ogg/os_types.h       2005-08-25 18:42:01.000000000 +0200
4 @@ -120,6 +120,12 @@
5  #else
6  
7  #  include <sys/types.h>
8 +#if defined( HAVE_INTTYPES_H )
9 +#  include <inttypes.h>
10 +#endif
11 +#if defined( HAVE_STDINT_H )
12 +#  include <stdint.h>
13 +#endif
14  #  include <ogg/config_types.h>
15  
16  #endif