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

Luca Barbato lu_zero at gentoo.org
Mon Sep 27 23:35:42 CEST 2010


On 9/27/10 2:57 PM, Rémi Duraffort wrote:
>>>> +#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.

That should be the proper fix, adding -D__STDC_FORMAT_MACROS to the 
CXXFLAGS might help as well.

lu



More information about the vlc-devel mailing list