mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-27 02:47:31 +09:00
libtremor: updated to upstream rev 7c30a6634
This commit is contained in:
parent
d2b75f4d79
commit
3a0a313864
6 changed files with 20 additions and 7 deletions
|
|
@ -49,7 +49,9 @@ union magic {
|
|||
} halves;
|
||||
ogg_int64_t whole;
|
||||
};
|
||||
#elif BYTE_ORDER==BIG_ENDIAN
|
||||
#endif
|
||||
|
||||
#if BYTE_ORDER==BIG_ENDIAN
|
||||
union magic {
|
||||
struct {
|
||||
ogg_int32_t hi;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue