comparison TOOLS/subfont-c/subfont.c @ 21507:fa99b3d31d13

Hack around libavutil/bswap.h compilation problems due to always_inline undefined.
author reimar
date Thu, 07 Dec 2006 11:58:07 +0000
parents 3e4ed47265d6
children
comparison
equal deleted inserted replaced
21506:8174acbf0633 21507:fa99b3d31d13
25 #include <freetype/ftglyph.h> 25 #include <freetype/ftglyph.h>
26 #endif 26 #endif
27 27
28 28
29 #include "libavutil/common.h" 29 #include "libavutil/common.h"
30 #include "libavutil/bswap.h" 30 #include "mpbswap.h"
31 #include "osdep/timer.h" 31 #include "osdep/timer.h"
32 32
33 #ifndef DEBUG 33 #ifndef DEBUG
34 #define DEBUG 0 34 #define DEBUG 0
35 #endif 35 #endif