* No more zlib dependency for libretro port

* Fixed Android build
This commit is contained in:
twinaphex
2014-04-18 19:40:45 +02:00
parent da7ac270f8
commit fb3078b01c
6 changed files with 10 additions and 26 deletions

View File

@@ -5,8 +5,6 @@
extern "C" {
#endif
#ifdef HAVE_EXTERNAL_ZLIB
static const unsigned long crc_table[256] = {
0x00000000L, 0x77073096L, 0xee0e612cL, 0x990951baL, 0x076dc419L,
0x706af48fL, 0xe963a535L, 0x9e6495a3L, 0x0edb8832L, 0x79dcb8a4L,
@@ -82,8 +80,6 @@ unsigned long crc32(unsigned long crc, const unsigned char *buf, unsigned int le
return crc ^ 0xffffffffL;
}
#endif
#ifdef __cplusplus
}
#endif