Moved SMPTE type/functions into SMPTE namespace;

LGPL'd SMPTE code and moved in to libardour_cp;
Juggled control_protocol dir layout to be the same as other libs;


git-svn-id: svn://localhost/ardour2/trunk@610 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
David Robillard 2006-06-15 21:54:26 +00:00
parent 4ef0bd2310
commit 6313751f75
27 changed files with 558 additions and 495 deletions

View file

@ -23,7 +23,7 @@
#include <ardour/route.h>
#include <ardour/audio_track.h>
#include "control_protocol.h"
#include <control_protocol/control_protocol.h>
using namespace ARDOUR;
using namespace std;