Commit fdfcf525 authored by Felix Paul Kühne's avatar Felix Paul Kühne

compilation fix in case that INT64_C isn't defined

parent 9e75b73d
......@@ -11,6 +11,10 @@
#include "AtmoExternalCaptureInput.h"
#include "AtmoTools.h"
#ifndef INT64_C
#define INT64_C(c) c ## LL
#endif
#if defined(_ATMO_VLC_PLUGIN_)
CAtmoExternalCaptureInput::CAtmoExternalCaptureInput(CAtmoDynData *pAtmoDynData) :
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment