diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-08-10 23:01:33 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-09-13 20:22:43 +0200 |
| commit | 040900d195a29f61217caf2d224575793a76ff07 (patch) | |
| tree | 09d4e79abf2f200ef8446ff4bd6af6f4bb5b5177 /src/lib/exceptions.cc | |
| parent | e8d543c3eaea9468dbb9de6873f510cd42dbd911 (diff) | |
wip: fastvideo decoder building but not linking on deb stable.
Diffstat (limited to 'src/lib/exceptions.cc')
| -rw-r--r-- | src/lib/exceptions.cc | 7 |
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)) +{ + +} + |
