Organized "videobuffer" code into a video static library

This commit is contained in:
Matt Hill
2014-08-16 10:34:14 -04:00
parent 777d021a80
commit d76f122ad6
7 changed files with 18 additions and 5 deletions

View File

@@ -29,7 +29,7 @@
#include "tclap/CmdLine.h"
#include "support/filesystem.h"
#include "support/timing.h"
#include "videobuffer.h"
#include "video/videobuffer.h"
#include "alpr.h"
const std::string MAIN_WINDOW_NAME = "ALPR main window";