]> git.sesse.net Git - vlc/blobdiff - modules/access/decklink.cpp
Remove INT64_C hack.
[vlc] / modules / access / decklink.cpp
index 87bf5237ced44d77c7dceb0bef416807186b439a..8af853206caa2d2e68857bfb9567c74dd98c0a54 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * decklink.cpp: BlackMagic DeckLink SDI input module
  *****************************************************************************
- * Copyright (C) 2010 VideoLAN
+ * Copyright (C) 2010 Steinar H. Gunderson
  *
  * Authors: Steinar H. Gunderson <steinar+vlc@gunderson.no>
  *
  *
  *****************************************************************************/
 
+#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>