libtremor: updated to upstream rev 7c30a6634

This commit is contained in:
Roy Tam 2019-02-22 21:49:44 +08:00
commit 3a0a313864
6 changed files with 20 additions and 7 deletions

View file

@ -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;