From 4538e81b4bcd5667307f0431137771d3f64ca1da Mon Sep 17 00:00:00 2001 From: redpanther Date: Sat, 16 Jul 2016 23:01:18 +0200 Subject: [PATCH] fix aml build --- 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 62d1f073..e9f59f3f 100644 --- a/libsrc/grabber/amlogic/AmlogicWrapper.cpp +++ b/libsrc/grabber/amlogic/AmlogicWrapper.cpp @@ -71,7 +71,7 @@ void AmlogicWrapper::stop() { // Stop the timer, effectivly stopping the process _timer.stop(); - _hyperion->unRegisterPriority("Amlogic Grabber", _priority); + _hyperion->unRegisterPriority("Amlogic Grabber"); }