[vlc-devel] [PATCH] access module for BlackMagic SDI cards

Rémi Duraffort ivoire at videolan.org
Mon Sep 27 14:57:03 CEST 2010


> >> +#ifndef INT64_C
> >> +#define INT64_C(c) c ## LL
> >> +#endif
> > Is this necessary ?
> 
> Yes, it is, given that the module is C++ and the INT64_C stuff is C99.
Adding "#define __STDC_FORMAT_MACROS" at the begining of the file might
fix it correctly.

-- 
Rémi Duraffort | ivoire
http://ivoire.dinauz.org/blog/



More information about the vlc-devel mailing list