From 894fe8a2f97f466d24ca8c544155f9478313ed92 Mon Sep 17 00:00:00 2001 From: Tobias Doerffel Date: Thu, 28 Aug 2008 19:04:29 +0000 Subject: [PATCH] completed information about packages needed for building VST support on 64 bit machines git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1516 0778d3d1-df1d-0410-868b-ea421aaaa00d --- CMakeLists.txt | 2 +- ChangeLog | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c71560e78..c630c90ee 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -277,7 +277,7 @@ if(WANT_VST) SET(LMMS_HAVE_VST TRUE) SET(STATUS_WINE "OK") ELSE(HAVE_LIBWINE AND HAVE_WINDOWS_H) - SET(STATUS_WINE "not found, please install (lib)wine-dev (or similiar) and gcc-multilib (only for 64 bit systems)") + SET(STATUS_WINE "not found, please install (lib)wine-dev (or similiar) - 64 bit systems additionally need gcc-multilib and g++-multilib") ENDIF(HAVE_LIBWINE AND HAVE_WINDOWS_H) ENDIF(WANT_VST) diff --git a/ChangeLog b/ChangeLog index e19e50e42..95d4e058b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,11 @@ +2008-08-28 Tobias Doerffel + + * CMakeLists.txt: + completed information about packages needed for building VST support + on 64 bit machines (thanks to Stephane Thomas!) + 2008-08-28 Csaba Hruska + * include/audio_portaudio.h: * src/core/audio/audio_portaudio.cpp: fixed segfault in PortAudio's setup widget