fixed mp3 loading problem for osx and added failsafe if file is not existing.

This commit is contained in:
wirsing
2014-10-16 18:00:18 -07:00
parent c7a8b523ec
commit bb96d9388b
3 changed files with 11 additions and 3 deletions
@@ -81,6 +81,7 @@ JNIEXPORT jint JNICALL Java_processing_sound_MethClaInterface_engineNew (JNIEnv
.addLibrary(methcla_plugins_tri)
.addLibrary(methcla_plugins_pulse)
.addLibrary(methcla_soundfile_api_libsndfile)
.addLibrary(methcla_soundfile_api_mpg123)
.addLibrary(methcla_plugins_patch_cable)
.addLibrary(methcla_plugins_sampler)
.addLibrary(methcla_plugins_white_noise)