mirror of
https://git.tukaani.org/xz.git
synced 2024-04-04 12:36:23 +02:00
liblzma: Change LZMA_FILTER_ARM64 to the official Filter ID 0x0A.
This commit is contained in:
parent
01b3549e52
commit
31dbd1e5fb
1 changed files with 1 additions and 5 deletions
|
@ -49,13 +49,9 @@
|
|||
* Filter for SPARC binaries.
|
||||
*/
|
||||
|
||||
#define LZMA_FILTER_ARM64 LZMA_VLI_C(0x3FDB87B33B27020B)
|
||||
#define LZMA_FILTER_ARM64 LZMA_VLI_C(0x0A)
|
||||
/**<
|
||||
* Filter for ARM64 binaries.
|
||||
*
|
||||
* \note THIS IS AN EXPERIMENTAL VERSION WHICH WILL
|
||||
* STILL CHANGE! FILES CREATED WITH THIS
|
||||
* WILL NOT BE SUPPORTED IN THE FUTURE!
|
||||
*/
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue