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