From: Steinar H. Gunderson Date: Fri, 1 Oct 2010 23:53:45 +0000 (+0200) Subject: Remove INT64_C hack. X-Git-Url: https://git.sesse.net/?p=vlc;a=commitdiff_plain;h=91b54ce58e6caf2b3b4139afb4892cc817c9ba5d Remove INT64_C hack. --- 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