Rev 4540 | Rev 4998 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 4540 | Rev 4762 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | /* ANM file replacement with VP8 video */
|
1 | /* ANM file replacement with VP8 video */
|
2 | 2 | ||
3 | #ifdef USE_LIBVPX
|
3 | #ifdef USE_LIBVPX
|
4 | 4 | ||
- | 5 | #ifndef __STDC_FORMAT_MACROS
|
|
5 | #define __STDC_FORMAT_MACROS
|
6 | #define __STDC_FORMAT_MACROS
|
- | 7 | #endif
|
|
6 | #ifndef __STDC_LIMIT_MACROS
|
8 | #ifndef __STDC_LIMIT_MACROS
|
7 | #define __STDC_LIMIT_MACROS
|
9 | #define __STDC_LIMIT_MACROS
|
8 | #endif
|
10 | #endif
|
9 | 11 | ||
10 | 12 |