From 09bc6f158a261619586f932549162cc2af1b57e7 Mon Sep 17 00:00:00 2001 From: Umcaruje Date: Wed, 16 Sep 2015 23:57:29 +0200 Subject: [PATCH] Temporary fix for #2355, comment out the libsoundio.dll until it gets added to the mingw PPA --- src/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index b014f8307..e9b97f66e 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -183,7 +183,7 @@ IF(LMMS_BUILD_WIN32) "${MINGW_PREFIX}/bin/libfftw3f-3.dll" "${MINGW_PREFIX}/bin/libFLAC-8.dll" "${MINGW_PREFIX}/bin/libportaudio-2.dll" - "${MINGW_PREFIX}/bin/libsoundio.dll" + # "${MINGW_PREFIX}/bin/libsoundio.dll" Please uncomment when the package gets into the PPA "${MINGW_PREFIX}/bin/libpng16-16.dll" "${MINGW_PREFIX}/bin/SDL.dll" "${MINGW_PREFIX}/bin/libglib-2.0-0.dll"