Workaround for 64-bit MP4 atoms.

This commit is contained in:
Tsuda Kageyu
2014-08-04 23:45:59 +09:00
parent b1a8205561
commit f29c5f45f8
3 changed files with 42 additions and 26 deletions

View File

@ -8,6 +8,9 @@
/* 1 if little-endian, 2 if big-endian. */
#cmakedefine FLOAT_BYTEORDER ${FLOAT_BYTEORDER}
/* Defined if long is 64-bit wide */
#cmakedefine LONG_IS_INT64 ${LONG_IS_INT64}
/* Defined if your compiler supports some byte swap functions */
#cmakedefine HAVE_GCC_BYTESWAP_16 1
#cmakedefine HAVE_GCC_BYTESWAP_32 1