summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2003-08-15 14:04:48 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2003-08-15 14:04:48 +0200
commit79c7d1fe9b8f945cd568651f0393c91159be1760 (patch)
tree92777b065882c977a51bb83a1c9df170a55ef5d7 /HISTORY
parent7a3c2df2f49012a801730cf55266c788d87311fd (diff)
downloadvdr-79c7d1fe9b8f945cd568651f0393c91159be1760.tar.gz
vdr-79c7d1fe9b8f945cd568651f0393c91159be1760.tar.bz2
Made crc32() a static function in libdtv/libsi/si_parser.c
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY3
1 files changed, 3 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index c577da52..68bc5af9 100644
--- a/HISTORY
+++ b/HISTORY
@@ -2295,3 +2295,6 @@ Video Disk Recorder Revision History
In order to do this, the cDevice was given a new member function GetVideoSystem().
- Fixed two warnings when compiling with gcc 3.3.1 (thanks to Alfred Zastrow for
reporting this).
+- Made crc32() a static function in libdtv/libsi/si_parser.c to avoid a name clash
+ when using other libraries that also implement a function by that name (thanks
+ to Reinhard Nissl for reporting this one).