mirror of
https://github.com/taglib/taglib.git
synced 2025-06-04 01:28:21 -04:00
Conflicts: ConfigureChecks.cmake config-taglib.h.cmake taglib/CMakeLists.txt taglib/ape/apefooter.cpp taglib/ape/apeitem.cpp taglib/ape/apeproperties.cpp taglib/asf/asfattribute.cpp taglib/asf/asffile.cpp taglib/asf/asfpicture.cpp taglib/fileref.cpp taglib/flac/flacfile.cpp taglib/flac/flacpicture.cpp taglib/flac/flacproperties.cpp taglib/mp4/mp4atom.cpp taglib/mp4/mp4coverart.cpp taglib/mp4/mp4item.cpp taglib/mp4/mp4properties.cpp taglib/mp4/mp4tag.cpp taglib/mpc/mpcproperties.cpp taglib/mpeg/id3v2/frames/popularimeterframe.cpp taglib/mpeg/id3v2/frames/relativevolumeframe.cpp taglib/mpeg/id3v2/id3v2frame.cpp taglib/mpeg/id3v2/id3v2synchdata.cpp taglib/mpeg/xingheader.cpp taglib/ogg/flac/oggflacfile.cpp taglib/ogg/oggpageheader.cpp taglib/ogg/opus/opusproperties.cpp taglib/ogg/speex/speexproperties.cpp taglib/ogg/vorbis/vorbisproperties.cpp taglib/ogg/xiphcomment.cpp taglib/riff/aiff/aiffproperties.cpp taglib/riff/wav/infotag.cpp taglib/riff/wav/wavproperties.cpp taglib/toolkit/taglib.h taglib/toolkit/tbytevector.cpp taglib/toolkit/tbytevector.h taglib/toolkit/tfilestream.cpp taglib/toolkit/tiostream.h taglib/toolkit/tstring.cpp taglib/toolkit/tstringhandler.cpp taglib/trueaudio/trueaudioproperties.cpp taglib/wavpack/wavpackproperties.cpp
54 lines
1.7 KiB
CMake
54 lines
1.7 KiB
CMake
/* config-taglib.h. Generated by cmake from config-taglib.h.cmake */
|
|
|
|
/* Indicates the endianness of your target system */
|
|
#cmakedefine TAGLIB_LITTLE_ENDIAN 1
|
|
#cmakedefine TAGLIB_BIG_ENDIAN 1
|
|
|
|
/* Size of integral types */
|
|
#cmakedefine SIZEOF_SHORT ${SIZEOF_SHORT}
|
|
#cmakedefine SIZEOF_INT ${SIZEOF_INT}
|
|
#cmakedefine SIZEOF_LONGLONG ${SIZEOF_LONGLONG}
|
|
#cmakedefine SIZEOF_WCHAR_T ${SIZEOF_WCHAR_T}
|
|
|
|
/* Defined if your compiler supports the move semantics */
|
|
#cmakedefine SUPPORT_MOVE_SEMANTICS 1
|
|
|
|
/* Defined if your compiler supports std::wstring */
|
|
#cmakedefine HAVE_STD_WSTRING 1
|
|
|
|
/* Defined if your compiler supports some byte swap functions */
|
|
#cmakedefine HAVE_GCC_BYTESWAP_16 1
|
|
#cmakedefine HAVE_GCC_BYTESWAP_32 1
|
|
#cmakedefine HAVE_GCC_BYTESWAP_64 1
|
|
#cmakedefine HAVE_GLIBC_BYTESWAP 1
|
|
#cmakedefine HAVE_MSC_BYTESWAP 1
|
|
#cmakedefine HAVE_MAC_BYTESWAP 1
|
|
#cmakedefine HAVE_OPENBSD_BYTESWAP 1
|
|
|
|
/* Defined if your compiler supports shared_ptr */
|
|
#cmakedefine HAVE_STD_SHARED_PTR 1
|
|
#cmakedefine HAVE_TR1_SHARED_PTR 1
|
|
#cmakedefine HAVE_BOOST_SHARED_PTR 1
|
|
|
|
/* Defined if your compiler supports some atomic operations */
|
|
#cmakedefine HAVE_GCC_ATOMIC 1
|
|
#cmakedefine HAVE_MAC_ATOMIC 1
|
|
#cmakedefine HAVE_WIN_ATOMIC 1
|
|
#cmakedefine HAVE_IA64_ATOMIC 1
|
|
|
|
/* Defined if your compiler supports some safer version of sprintf */
|
|
#cmakedefine HAVE_SNPRINTF 1
|
|
#cmakedefine HAVE_SPRINTF_S 1
|
|
|
|
/* Defined if your compiler supports codecvt */
|
|
#cmakedefine HAVE_STD_CODECVT 1
|
|
|
|
/* Defined if you have libz */
|
|
#cmakedefine HAVE_ZLIB 1
|
|
|
|
#cmakedefine NO_ITUNES_HACKS 1
|
|
#cmakedefine WITH_ASF 1
|
|
#cmakedefine WITH_MP4 1
|
|
|
|
#cmakedefine TESTS_DIR "@TESTS_DIR@"
|