diff options
Diffstat (limited to 'src/lib/util.h')
| -rw-r--r-- | src/lib/util.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/util.h b/src/lib/util.h index 4c8a2b1b7..b92869b25 100644 --- a/src/lib/util.h +++ b/src/lib/util.h @@ -96,5 +96,6 @@ extern void start_of_thread (std::string name); extern std::string error_details(boost::system::error_code ec); extern bool contains_assetmap(boost::filesystem::path dir); extern std::string word_wrap(std::string input, int columns); +extern void capture_ffmpeg_logs(); #endif |
