mirror of
https://github.com/taglib/taglib.git
synced 2025-07-18 13:04:18 -04:00
Run-time check for integer byte order rather than CMake check.
It will easily be optimized out.
This commit is contained in:
@ -1,9 +1,5 @@
|
||||
/* config.h. Generated by cmake from config.h.cmake */
|
||||
|
||||
/* Integer byte order of your target system */
|
||||
/* 1 if little-endian, 2 if big-endian. */
|
||||
#cmakedefine SYSTEM_BYTEORDER ${SYSTEM_BYTEORDER}
|
||||
|
||||
/* Defined if your compiler supports some byte swap functions */
|
||||
#cmakedefine HAVE_GCC_BYTESWAP_16 1
|
||||
#cmakedefine HAVE_GCC_BYTESWAP_32 1
|
||||
|
Reference in New Issue
Block a user