Bundle libOpenMPT as a dynamic framework, which should be safe once again, now that there is only one version to bundle. Also, now it is using the versions of libvorbisfile and libmpg123 that are bundled with the player, instead of compiling minimp3 and stbvorbis. Signed-off-by: Christopher Snowhill <kode54@gmail.com>
10 lines
357 B
C
10 lines
357 B
C
|
|
#pragma once
|
|
#define OPENMPT_VERSION_SVNVERSION "17609"
|
|
#define OPENMPT_VERSION_REVISION 17609
|
|
#define OPENMPT_VERSION_DIRTY 0
|
|
#define OPENMPT_VERSION_MIXEDREVISIONS 0
|
|
#define OPENMPT_VERSION_URL "https://source.openmpt.org/svn/openmpt/branches/OpenMPT-1.30"
|
|
#define OPENMPT_VERSION_DATE "2022-06-30T15:43:27.573631Z"
|
|
#define OPENMPT_VERSION_IS_PACKAGE 1
|
|
|