comparison s3tc.h @ 5162:4394344397d8 libavcodec

include all prerequisites in header files
author mru
date Sat, 16 Jun 2007 22:59:13 +0000
parents a65cd5b551c2
children 2b72f9bc4f06
comparison
equal deleted inserted replaced
5161:94c3f01c243c 5162:4394344397d8
20 * 20 *
21 */ 21 */
22 22
23 #ifndef FF_S3TC_H 23 #ifndef FF_S3TC_H
24 #define FF_S3TC_H 24 #define FF_S3TC_H
25
26 #include <stdint.h>
25 27
26 #define FF_S3TC_DXT1 0x31545844 28 #define FF_S3TC_DXT1 0x31545844
27 #define FF_S3TC_DXT3 0x33545844 29 #define FF_S3TC_DXT3 0x33545844
28 30
29 /** 31 /**