config.h
资源名称:VC++视频传输.rar [点击查看]
上传用户:hxb_1234
上传日期:2010-03-30
资源大小:8328k
文件大小:0k
源码类别:
VC书籍
开发平台:
Visual C++
- /*
- * libmad - MPEG audio decoder library
- */
- # ifndef LIBMAD_CONFIG_H
- # define LIBMAD_CONFIG_H
- #define inline __inline
- #define STDC_HEADERS 1
- #define SIZEOF_INT 4
- #define SIZEOF_LONG 4
- #define SIZEOF_LONG_LONG 8
- #define HAVE_ASSERT_H 1
- #define HAVE_ERRNO_H 1
- #define HAVE_FCNTL_H 1
- #define HAVE_LIMITS_H 1
- #define HAVE_SYS_TYPES_H 1
- #define PACKAGE "libmad"
- #define VERSION "0.14.2b"
- # endif