mirror of
https://github.com/taglib/taglib.git
synced 2025-07-22 06:54:22 -04:00
Merge branch 'master' into merge-master-to-taglib2
Conflicts: ConfigureChecks.cmake taglib/CMakeLists.txt taglib/riff/aiff/aiffproperties.cpp taglib/toolkit/tbytevector.cpp taglib/toolkit/tbytevector.h taglib/toolkit/tfilestream.cpp taglib/toolkit/tstring.cpp taglib/toolkit/tutils.h tests/test_apetag.cpp tests/test_bytevector.cpp tests/test_flac.cpp tests/test_id3v2.cpp tests/test_propertymap.cpp
This commit is contained in:
@ -1,9 +1,13 @@
|
||||
/* config.h. Generated by cmake from config.h.cmake */
|
||||
|
||||
/* Indicates the byte order of your target system */
|
||||
/* Integer byte order of your target system */
|
||||
/* 1 if little-endian, 2 if big-endian. */
|
||||
#cmakedefine SYSTEM_BYTEORDER ${SYSTEM_BYTEORDER}
|
||||
|
||||
/* IEEE754 byte order of your target system. */
|
||||
/* 1 if little-endian, 2 if big-endian. */
|
||||
#cmakedefine FLOAT_BYTEORDER ${FLOAT_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