diff options
Diffstat (limited to 'rotord/src/ffmpeg_fas.h')
| -rw-r--r-- | rotord/src/ffmpeg_fas.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/rotord/src/ffmpeg_fas.h b/rotord/src/ffmpeg_fas.h index 953c8b4..0c51103 100644 --- a/rotord/src/ffmpeg_fas.h +++ b/rotord/src/ffmpeg_fas.h @@ -29,6 +29,11 @@ #define __extern extern #endif + +#ifndef UINT64_C +#define UINT64_C(c) (c ## ULL) +#endif + #include "seek_indices.h" #include <libswscale/swscale.h> |
