* update FMOD Ex to 4.44.64 (64-bit dylib)

http://www.fmod.org

lipo libfmodex.dylib -extract x86_64 -output libfmodex_x64.dylib
rm libfmodex.dylib
mv libfmodex_x64.dylib libfmodex.dylib
This commit is contained in:
alexey.lysiuk 2017-01-22 10:37:00 +02:00
parent 4fae84934b
commit c2429096c1
2 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
0xaaaabbcc -> aaaa = major version number. bb = minor version number. cc = development version number. 0xaaaabbcc -> aaaa = major version number. bb = minor version number. cc = development version number.
*/ */
#define FMOD_VERSION 0x00044461 #define FMOD_VERSION 0x00044464
/* /*
Compiler specific settings. Compiler specific settings.

Binary file not shown.