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

Steinar H. Gunderson sgunderson at bigfoot.com
Tue Sep 28 00:33:43 CEST 2010


On Mon, Sep 27, 2010 at 02:57:03PM +0200, Rémi Duraffort wrote:
>> 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.

It doesn't have any effect:

sdi.cpp: In function ‘int vlc_entry__1_2_0d(module_t*)’:
sdi.cpp:80: error: ‘INT64_C’ was not declared in this scope
sdi.cpp: In member function ‘virtual HRESULT
DeckLinkCaptureDelegate::VideoInputFrameArrived(IDeckLinkVideoInputFrame*,
IDeckLinkAudioInputPacket*)’:
sdi.cpp:198: error: ‘INT64_C’ was not declared in this scope
sdi.cpp:226: error: ‘INT64_C’ was not declared in this scope

/* Steinar */
-- 
Homepage: http://www.sesse.net/



More information about the vlc-devel mailing list