mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-29 18:07:42 +01:00
To compile Ardour with LLVM/clang, do the usual thing but set the CXX and CC environment variables, e.g.: CC=/usr/bin/clang CXX=/usr/bin/clang++ ./waf configure build git-svn-id: svn://localhost/ardour2/branches/3.0@12418 d708f5d6-7413-0410-9779-e7cbd77b26cf |
||
|---|---|---|
| .. | ||
| COPYING | ||
| README | ||
| smf.c | ||
| smf.h | ||
| smf_decode.c | ||
| smf_load.c | ||
| smf_private.h | ||
| smf_save.c | ||
| smf_tempo.c | ||
| smfsh.c | ||
This is a stripped down version of libsmf 1.2 by Edward Tomasz Napiera for internal use by Evoral. See COPYING for licensing information. The complete version can be found at <http://libsmf.sf.net>.