[vlc-devel] help test decklink output plugin (video and audio)

Rémi Denis-Courmont remi at remlab.net
Tue Aug 16 17:26:44 CEST 2011


Le mardi 16 août 2011 12:56:36 Ocon 8866, vous avez écrit :
> > # if __WORDSIZE == 64
> > #  define INT64_C(c)  c ## L
> > # else
> > #  define INT64_C(c)  c ## LL
> > # endif
> 
> This shouldn't be here.
> 
> > #define CLOCK_FREQ INT64_C(1000000)
> 
> Already defined in the VLC headers
> 
> 
> If I comment the define, I have error:
> 
> decklinkoutput.cpp:888: error: ‘INT64_C’ was not declared in this scope.

This problem is already sovled in the Decklink input with __STDC_...

-- 
Rémi Denis-Courmont
http://www.remlab.net/
http://fi.linkedin.com/in/remidenis



More information about the vlc-devel mailing list