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>
14 lines
405 B
C
14 lines
405 B
C
|
|
#pragma once
|
|
|
|
#define OPENMPT_VERSION_URL "$WCURL$"
|
|
#define OPENMPT_VERSION_SVNVERSION "$WCRANGE$$WCMODS?M:$"
|
|
#define OPENMPT_VERSION_DATE "$WCDATEUTC=%Y-%m-%dT%H:%M:%S$Z"
|
|
|
|
#define OPENMPT_VERSION_REVISION $WCREV$
|
|
#define OPENMPT_VERSION_DIRTY $WCMODS?1:0$
|
|
#define OPENMPT_VERSION_MIXEDREVISIONS $WCMIXED?1:0$
|
|
|
|
#define OPENMPT_VERSION_IS_PACKAGE 0
|
|
|
|
#define OPENMPT_BUILD_DATE "$WCNOW=%Y-%m-%d %H:%M:%S$"
|