mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-04-26 11:05:41 -04:00
dep/libchdr: Disable verification/subcode decompression
Small speed boost on low end devices.
This commit is contained in:
parent
3be6270b2d
commit
0ff1402fcd
@ -3,8 +3,8 @@
|
||||
|
||||
/* Configure CHDR features here */
|
||||
#define WANT_RAW_DATA_SECTOR 1
|
||||
#define WANT_SUBCODE 1
|
||||
#define NEED_CACHE_HUNK 1
|
||||
#define VERIFY_BLOCK_CRC 1
|
||||
#define WANT_SUBCODE 0
|
||||
#define NEED_CACHE_HUNK 0
|
||||
#define VERIFY_BLOCK_CRC 0
|
||||
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user