diff options
| author | Comment <tim@gray.(none)> | 2013-09-09 22:21:45 +0100 |
|---|---|---|
| committer | Comment <tim@gray.(none)> | 2013-09-09 22:21:45 +0100 |
| commit | 695d389eb125cbbd469a8de53616579b18a1bfba (patch) | |
| tree | db1f12b6a2a6818d65ff3892e3ef0e489912ab6d /rotord/src/ffmpeg_fas.h | |
| parent | 5606479f9ef49f11a39c52cbad925edbb8709c76 (diff) | |
| parent | 79af8bf904b9ddb50b11ac231a2db517f1bdd55b (diff) | |
Merge branch 'master' of eclectronics.org@eclectronics.org:rotor
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> |
