ogg.patch
上传用户:kjfoods
上传日期:2020-07-06
资源大小:29949k
文件大小:0k
源码类别:

midi

开发平台:

Unix_Linux

  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