restructured project structure: move projects into sub-folders, split dispmanx-grabber from hyperion

This commit is contained in:
johan
2013-08-17 16:12:42 +02:00
parent 16c260b3dc
commit 59e13a2b5f
18 changed files with 85 additions and 56 deletions

View File

@@ -14,5 +14,5 @@ add_executable(dispmanx2png
dispmanx2png.cpp)
target_link_libraries(dispmanx2png
hyperion
dispmanx-grabber
${QT_LIBRARIES})

View File

@@ -6,8 +6,8 @@
#include <QImage>
#include <QTest>
// Hyperion includes
#include <hyperion/DispmanxFrameGrabber.h>
// Dispmanx grabber includes
#include <dispmanx-grabber/DispmanxFrameGrabber.h>
static bool running = true;