diff --git a/deps/zmusic/include/zmusic.h b/deps/zmusic/include/zmusic.h index 7422b58d..90cb80e2 100644 --- a/deps/zmusic/include/zmusic.h +++ b/deps/zmusic/include/zmusic.h @@ -151,6 +151,7 @@ typedef enum EIntConfigKey_ zmusic_snd_mididevice, zmusic_snd_outputrate, + zmusic_mod_preferredplayer, NUM_ZMUSIC_INT_CONFIGS } EIntConfigKey; diff --git a/deps/zmusic/lib/cmake/ZMusic/ZMusicConfigVersion.cmake b/deps/zmusic/lib/cmake/ZMusic/ZMusicConfigVersion.cmake index e81b8049..cb7afbbe 100644 --- a/deps/zmusic/lib/cmake/ZMusic/ZMusicConfigVersion.cmake +++ b/deps/zmusic/lib/cmake/ZMusic/ZMusicConfigVersion.cmake @@ -9,19 +9,19 @@ # The variable CVF_VERSION must be set before calling configure_file(). -set(PACKAGE_VERSION "1.1.13") +set(PACKAGE_VERSION "1.1.14") if(PACKAGE_VERSION VERSION_LESS PACKAGE_FIND_VERSION) set(PACKAGE_VERSION_COMPATIBLE FALSE) else() - if("1.1.13" MATCHES "^([0-9]+)\\.") + if("1.1.14" MATCHES "^([0-9]+)\\.") set(CVF_VERSION_MAJOR "${CMAKE_MATCH_1}") if(NOT CVF_VERSION_MAJOR VERSION_EQUAL 0) string(REGEX REPLACE "^0+" "" CVF_VERSION_MAJOR "${CVF_VERSION_MAJOR}") endif() else() - set(CVF_VERSION_MAJOR "1.1.13") + set(CVF_VERSION_MAJOR "1.1.14") endif() if(PACKAGE_FIND_VERSION_RANGE) diff --git a/deps/zmusic/lib/libzmusic.a b/deps/zmusic/lib/libzmusic.a index 0ea4cb47..1ef68e44 100644 Binary files a/deps/zmusic/lib/libzmusic.a and b/deps/zmusic/lib/libzmusic.a differ diff --git a/deps/zmusic/lib/libzmusiclite.a b/deps/zmusic/lib/libzmusiclite.a index 964f0c75..37a7a7ee 100644 Binary files a/deps/zmusic/lib/libzmusiclite.a and b/deps/zmusic/lib/libzmusiclite.a differ