allow linking unbundled versions of some libraries

(libltc, rubberband, taglib, vamp-sdk)
This commit is contained in:
Nils Philippsen 2013-10-26 16:58:14 +02:00
parent 85fd343145
commit 5f00d2f3a7
23 changed files with 102 additions and 51 deletions

View file

@ -37,7 +37,7 @@
#include "region_selection.h"
#ifdef USE_RUBBERBAND
#include "rubberband/RubberBandStretcher.h"
#include <rubberband/RubberBandStretcher.h>
using namespace RubberBand;
#endif