[mythtv-commits] Ticket #1094: Better Huffman2 implementation
MythTV
mythtv at cvs.mythtv.org
Mon Jan 23 05:04:51 UTC 2006
#1094: Better Huffman2 implementation
-------------------------------------+--------------------------------------
Reporter: nooneimprt4nt at gmail.com | Owner: danielk
Type: patch | Status: new
Priority: minor | Milestone: 0.20
Component: dvb | Version: head
Severity: medium | Resolution:
-------------------------------------+--------------------------------------
Comment (by anonymous):
The patch applied cleanly, but I get the following error, compiling
{{{
In file included from siparser.cpp:15:
atsc_huffman.h:638: error: syntax error before `[' token
atsc_huffman.h:768: error: syntax error before `[' token
siparser.cpp: In member function `void SIParser::ParseDVBEIT(unsigned int,
tablehead_t*, uint8_t*, unsigned int)':
siparser.cpp:1513: warning: comparison between signed and unsigned integer
expressions
siparser.cpp: In member function `int
SIParser::Huffman2ToQString(uint8_t*,
int, int, QString&)':
siparser.cpp:2838: error: `Huff2Lookup128' undeclared (first use this
function)
siparser.cpp:2838: error: (Each undeclared identifier is reported only
once for
each function it appears in.)
siparser.cpp:2845: error: `Huff2Lookup256' undeclared (first use this
function)
make[2]: *** [siparser.o] Error 1
make[2]: Leaving directory `/root/mythtv/trunk/mythtv/libs/libmythtv'
make[1]: *** [sub-libmythtv] Error 2
make[1]: Leaving directory `/root/mythtv/trunk/mythtv/libs'
make: *** [sub-libs] Error 2
}}}
--
Ticket URL: <http://svn.mythtv.org/trac/ticket/1094>
MythTV <http://www.mythtv.org/>
MythTV
More information about the mythtv-commits
mailing list