CVS log for linuxsampler/Makefile.cvs |
|
Help |
Request diff between arbitrary revisions
* added autoconf checks for pthread library * added autoconf check for pthread bug found on certain NPTL-enabled glibc versions (see Gentoo bug report #194076)
* a pregenerated LSCP parser is no longer kept in CVS, from now on you need to have bison (or another yacc-compatible parser generator) installed to be able to compile LS from CVS
* bugfix regarding FX Sends: when more than one sampler channel used FX sends, only the audio signal of the last sampler channel made it into the final output signal * fixed small autoconf compilation issue on certain systems (complained about missing AM_PATH_ARTS macro)
* install necessary development header files for allowing 3rd party applications to link against liblinuxsampler * liblinuxsampler's API documentation can be generated with 'make docs' (Doxygen required)
* removed statically included libgig sources from the LinuxSampler code base - you now have to compile and install libgig separately * added -Wreturn-type gcc switch to avoid bugs with no returns on non void functions in future
* LinuxSampler was badly broken with last commit, fixed that * using now James Klicman's proposol to fix the reported linker problem * Mutex.cpp: try to force UNIX98 compatibility (if not already supported) * Makefile.cvs: generate (and clean) all necessary autotools files
* transition from plain Makefile to autotools, source files moved to src/ * configure.in: added test for x86 architecture * src/voice.h: x86 specific asm optimization for double to int casts only if compiling for x86 architecture
| LinuxSampler Developers |
Powered by ViewCVS |