alexey.lysiuk
|
2518595a5e
|
+ mpg123 1.23.8
https://www.mpg123.de/
https://www.mpg123.de/download/mpg123-1.23.8.tar.bz2
./configure --disable-shared --enable-static && make install
|
2016-10-23 12:25:05 +03:00 |
|
alexey.lysiuk
|
67be738b6f
|
+ libsndfile 1.0.27
http://www.mega-nerd.com/libsndfile
http://www.mega-nerd.com/libsndfile/files/libsndfile-1.0.27.tar.gz
# requires pkg-config
# https://www.freedesktop.org/wiki/Software/pkg-config/
# https://pkg-config.freedesktop.org/releases/pkg-config-0.29.1.tar.gz
# ./configure --with-internal-glib && make install
./configure --disable-shared && make install
|
2016-10-23 12:20:40 +03:00 |
|
alexey.lysiuk
|
bf16f771bd
|
+ FLAC 1.3.1
http://www.xiph.org
http://downloads.xiph.org/releases/flac/flac-1.3.1.tar.xz
./configure --disable-shared --enable-static && make install
|
2016-10-23 11:50:02 +03:00 |
|
alexey.lysiuk
|
014a38bec2
|
+ libvorbis 1.3.5
http://www.xiph.org
http://downloads.xiph.org/releases/vorbis/libvorbis-1.3.5.tar.xz
./configure --disable-shared && make install
|
2016-10-23 11:48:19 +03:00 |
|
alexey.lysiuk
|
c4dc5566af
|
+ libogg 1.3.2
http://www.xiph.org
http://downloads.xiph.org/releases/ogg/libogg-1.3.2.tar.xz
./configure --disable-shared && make install
|
2016-10-23 11:20:20 +03:00 |
|
alexey.lysiuk
|
5fc88673d4
|
+ FMOD Studio Low Level API 1.08.14 (64-bit dylib)
http://www.fmod.org
lipo libfmod.dylib -extract x86_64 -output libfmod_x64.dylib
rm libfmod.dylib
mv libfmod_x64.dylib libfmod.dylib
|
2016-10-23 10:54:00 +03:00 |
|
alexey.lysiuk
|
09a79e8305
|
+ FMOD Ex 4.44.61 (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
|
2016-10-23 10:54:00 +03:00 |
|
alexey.lysiuk
|
73bbb2ac74
|
+ readme stub
|
2016-10-23 10:45:46 +03:00 |
|