Fix ffprobe on windows to work without a command window etc.
[dcpomatic.git] / src / lib / cross.h
index 970bf3e9dc00b4b60486c330d6c077322614ea9a..1a7a8cb4d699908a0d9e0b91e1aaec7b666a15c3 100644 (file)
@@ -18,6 +18,9 @@
 */
 
 #include <string>
+#include <boost/filesystem.hpp>
+
+class Log;
 
 #ifdef DVDOMATIC_WINDOWS
 #define WEXITSTATUS(w) (w)
@@ -25,3 +28,4 @@
 
 void dvdomatic_sleep (int);
 extern std::pair<std::string, int> cpu_info ();
+extern void run_ffprobe (boost::filesystem::path, boost::filesystem::path, boost::shared_ptr<Log>);