mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
Merge pull request #972 from m-seker/bugfix/971
Fix #971 Build without any grabber
This commit is contained in:
commit
fda061bc87
@ -16,6 +16,7 @@
|
|||||||
|
|
||||||
#include <utils/Components.h>
|
#include <utils/Components.h>
|
||||||
#include <utils/JsonUtils.h>
|
#include <utils/JsonUtils.h>
|
||||||
|
#include <utils/Image.h>
|
||||||
|
|
||||||
#include <HyperionConfig.h> // Required to determine the cmake options
|
#include <HyperionConfig.h> // Required to determine the cmake options
|
||||||
|
|
||||||
@ -702,7 +703,7 @@ void HyperionDaemon::createGrabberOsx(const QJsonObject &grabberConfig)
|
|||||||
|
|
||||||
void HyperionDaemon::createCecHandler()
|
void HyperionDaemon::createCecHandler()
|
||||||
{
|
{
|
||||||
#ifdef ENABLE_CEC
|
#if defined(ENABLE_V4L2) && defined(ENABLE_CEC)
|
||||||
_cecHandler = new CECHandler;
|
_cecHandler = new CECHandler;
|
||||||
|
|
||||||
QThread * thread = new QThread(this);
|
QThread * thread = new QThread(this);
|
||||||
|
Loading…
Reference in New Issue
Block a user