Note that newer libsub version is required.
[dcpomatic.git] / src / lib / util.h
index b92869b253a776167c72bbd1b20159a1a9015e4e..fd6fd61649ac4a896f9f04d40571e3686d429913 100644 (file)
@@ -97,5 +97,6 @@ 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();
+extern std::string screen_names_to_string(std::vector<std::string> names);
 
 #endif