Made crc32() a static function in libdtv/libsi/si_parser.c

This commit is contained in:
Klaus Schmidinger
2003-08-15 14:04:48 +02:00
parent 7a3c2df2f4
commit 79c7d1fe9b
4 changed files with 9 additions and 3 deletions

View File

@@ -749,3 +749,7 @@ Kenneth Aafl
Ernst F<>rst <ernstfuerst@swissonline.ch>
for reporting a crash in case a VFAT file system is used without compiling VDR
with VFAT=1
Reinhard Nissl <rnissl@gmx.de>
for reporting a name clash because of function crc32() in libdtv/libsi/si_parser.c
when using other libraries that also implement a function by that name