From 91b54ce58e6caf2b3b4139afb4892cc817c9ba5d Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Sat, 2 Oct 2010 01:53:45 +0200 Subject: [PATCH] Remove INT64_C hack. --- modules/access/decklink.cpp | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/modules/access/decklink.cpp b/modules/access/decklink.cpp index 78aa91dd7b..8af853206c 100644 --- a/modules/access/decklink.cpp +++ b/modules/access/decklink.cpp @@ -21,14 +21,12 @@ * *****************************************************************************/ +#define __STDC_CONSTANT_MACROS 1 + #ifdef HAVE_CONFIG_H # include "config.h" #endif -#ifndef INT64_C -#define INT64_C(c) c ## LL -#endif - #include #include #include -- 2.39.2