]> git.sesse.net Git - vlc/commitdiff
Remove INT64_C hack.
authorSteinar H. Gunderson <steinar+vlc@gunderson.no>
Fri, 1 Oct 2010 23:53:45 +0000 (01:53 +0200)
committerSteinar H. Gunderson <steinar+vlc@gunderson.no>
Fri, 1 Oct 2010 23:53:45 +0000 (01:53 +0200)
modules/access/decklink.cpp

index 78aa91dd7b92f9b9305b9ffab8e3c32232cfb56b..8af853206caa2d2e68857bfb9567c74dd98c0a54 100644 (file)
  *
  *****************************************************************************/
 
+#define __STDC_CONSTANT_MACROS 1
+
 #ifdef HAVE_CONFIG_H
 # include "config.h"
 #endif
 
-#ifndef INT64_C
-#define INT64_C(c) c ## LL
-#endif
-
 #include <vlc_common.h>
 #include <vlc_plugin.h>
 #include <vlc_input.h>