summaryrefslogtreecommitdiff
path: root/src/lib/exceptions.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2020-08-10 23:01:33 +0200
committerCarl Hetherington <cth@carlh.net>2020-09-13 20:22:43 +0200
commit040900d195a29f61217caf2d224575793a76ff07 (patch)
tree09d4e79abf2f200ef8446ff4bd6af6f4bb5b5177 /src/lib/exceptions.cc
parente8d543c3eaea9468dbb9de6873f510cd42dbd911 (diff)
wip: fastvideo decoder building but not linking on deb stable.
Diffstat (limited to 'src/lib/exceptions.cc')
-rw-r--r--src/lib/exceptions.cc7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/lib/exceptions.cc b/src/lib/exceptions.cc
index 3991c57b9..4df170717 100644
--- a/src/lib/exceptions.cc
+++ b/src/lib/exceptions.cc
@@ -138,3 +138,10 @@ VerifyError::VerifyError (string m, int n)
}
+
+FastvideoError::FastvideoError (string s)
+ : runtime_error (String::compose("Fastvideo error in %1", s))
+{
+
+}
+