Fixed a problem with crc32 in SI handling on 64bit systems

This commit is contained in:
Klaus Schmidinger
2003-12-22 14:18:48 +01:00
parent 7ff59171e3
commit 0acb4dc6d0
4 changed files with 21 additions and 15 deletions

View File

@@ -2502,3 +2502,5 @@ Video Disk Recorder Revision History
- Added 'cRWlock' to 'thread.[hc]'. Note that all plugin Makefiles need to
define _GNU_SOURCE for this to work (see the example plugin Makefiles and
'newplugin').
- Fixed a problem with crc32 in SI handling on 64bit systems (thanks to Pedro
Miguel Sequeira de Justo Teixeira for reportign this one).