summaryrefslogtreecommitdiff
path: root/src/lib/cross.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/cross.h')
-rw-r--r--src/lib/cross.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/lib/cross.h b/src/lib/cross.h
index 970bf3e9d..1a7a8cb4d 100644
--- a/src/lib/cross.h
+++ b/src/lib/cross.h
@@ -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>);