summaryrefslogtreecommitdiff
path: root/rotord/src/libavwrapper.cpp
diff options
context:
space:
mode:
authorComment <tim@gray.(none)>2013-10-01 04:06:22 +0100
committerComment <tim@gray.(none)>2013-10-01 04:06:22 +0100
commitf67d7ee5b20105a05a0f170ed5eef81334ae12eb (patch)
treed444cd3848f8f5dd5d42c3df5c97628ac7c3af2f /rotord/src/libavwrapper.cpp
parent01446a5627e0a4f8daf6d29e04d488b07d4b88de (diff)
very painful debugging
Diffstat (limited to 'rotord/src/libavwrapper.cpp')
-rw-r--r--rotord/src/libavwrapper.cpp4
1 files changed, 2 insertions, 2 deletions
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 <stdexcept>
#include <iostream>