ogg.patch
资源名称:vlc-1.0.5.zip [点击查看]
上传用户:kjfoods
上传日期:2020-07-06
资源大小:29949k
文件大小:0k
源码类别:
midi
开发平台:
Unix_Linux
- diff -ruN libogg.orig/include/ogg/os_types.h libogg/include/ogg/os_types.h
- --- libogg.orig/include/ogg/os_types.h 2004-09-23 15:26:58.000000000 +0200
- +++ libogg/include/ogg/os_types.h 2005-08-25 18:42:01.000000000 +0200
- @@ -120,6 +120,12 @@
- #else
- # include <sys/types.h>
- +#if defined( HAVE_INTTYPES_H )
- +# include <inttypes.h>
- +#endif
- +#if defined( HAVE_STDINT_H )
- +# include <stdint.h>
- +#endif
- # include <ogg/config_types.h>
- #endif