From f67d7ee5b20105a05a0f170ed5eef81334ae12eb Mon Sep 17 00:00:00 2001 From: Comment Date: Tue, 1 Oct 2013 04:06:22 +0100 Subject: very painful debugging --- rotord/src/libavwrapper.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'rotord') diff --git a/rotord/src/libavwrapper.cpp b/rotord/src/libavwrapper.cpp index 04e4366..0c4004b 100644 --- a/rotord/src/libavwrapper.cpp +++ b/rotord/src/libavwrapper.cpp @@ -1,7 +1,7 @@ #include "libavwrapper.h" -extern Poco::Mutex mutex; //application wide mutex -static Poco::Mutex mutex; +extern Poco::FastMutex mutex; //application wide mutex +static Poco::FastMutex mutex; #include #include -- cgit v1.2.3