From f0a817e8ac52a22491236cbf83d741c6e92f58d1 Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Mon, 9 Sep 2013 15:02:57 +0100 Subject: graph nodes management --- rotord/src/ffmpeg_fas.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'rotord/src/ffmpeg_fas.h') 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 -- cgit v1.2.3