To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.
hg clone
Ensure VAMPSDK_DIR is defined before being used
Merge
Minor tweak to guard
Updates for v2.6
Further typo fixes in Makefile.inc
Fix a couple of mistakes in the skeleton Makefile.inc
Split out big Makefile into Makefile.inc and platform-specific Makefiles
Make the simple base-fft implementation accessible for use by plugins as well. Bump version to 2.4
PLUGIN is not defined aat the point where it was needed for LDFLAGS -- replace with an explicit $(PLUGIN_LIBRARY_NAME)$(PLUGIN_EXT)
Use g++-4.0 if using 10.4 SDK
...