[mythtv] [experimental patch] vbi decoder for IVTV cards

Martin Barnasconi mythtv at barnasconi.net
Tue Mar 22 20:25:10 UTC 2005


On Tuesday 22 March 2005 12:16, Steven wrote:
> Can't get it to compile with current CVS :
>
> vbidecoder.cpp: In member function `void VbiDecoder::dumpPil(int)':
> vbidecoder.cpp:392: error: `VB_VBI' undeclared (first use this function)
> vbidecoder.cpp:392: error: (Each undeclared identifier is reported only
> once for each function it appears in.)

Oeps, forgot to mention the VERBOSE statements for debugging/logging purposes 
but this is fully functional yet.
Comment out the VERBOSE statements in vbidecoder.cpp or add an additional 
VerboseMask in /libs/libmyth/mythcontext.h:
...
    VB_VBI       = 0x4000,
...

For those who think why it does not compile at all: you need the first 
experimental patch (mythtv_vbi.tar.gz) before copying the new files replacing 
the some old ones...

Next experimental patch will be a diff to cvs ...

Martin


More information about the mythtv-dev mailing list