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
This commit is contained in:
Tobias Doerffel
2008-08-28 19:04:29 +00:00
parent beec16bc6e
commit 894fe8a2f9
2 changed files with 8 additions and 1 deletions

View File

@@ -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)

View File

@@ -1,4 +1,11 @@
2008-08-28 Tobias Doerffel <tobydox/at/users/dot/sourceforge/dot/net>
* CMakeLists.txt:
completed information about packages needed for building VST support
on 64 bit machines (thanks to Stephane Thomas!)
2008-08-28 Csaba Hruska <csaba.hruska/at/gmail.com>
* include/audio_portaudio.h:
* src/core/audio/audio_portaudio.cpp:
fixed segfault in PortAudio's setup widget