From acd15fa10825b1be8221434759fd80eb5d1c3284 Mon Sep 17 00:00:00 2001 From: redpanther Date: Sat, 16 Jul 2016 22:58:13 +0200 Subject: [PATCH] fix compile for aml --- libsrc/grabber/amlogic/AmlogicWrapper.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libsrc/grabber/amlogic/AmlogicWrapper.cpp b/libsrc/grabber/amlogic/AmlogicWrapper.cpp index 24eedc84..62d1f073 100644 --- a/libsrc/grabber/amlogic/AmlogicWrapper.cpp +++ b/libsrc/grabber/amlogic/AmlogicWrapper.cpp @@ -44,7 +44,7 @@ void AmlogicWrapper::start() { // Start the timer with the pre configured interval _timer.start(); - _hyperion->registerPriority("Amlogic Grabber"); + _hyperion->registerPriority("Amlogic Grabber",_priority); } void AmlogicWrapper::action()