summaryrefslogtreecommitdiff
path: root/src/lib/cross.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-06-24 14:57:32 +0100
committerCarl Hetherington <cth@carlh.net>2013-06-24 14:57:32 +0100
commit99aa6b5fd53426eee80b409ed99d1ee86c097cd5 (patch)
tree7032f0a310f68dca21bbf46935ceba61066c9e6e /src/lib/cross.h
parent782eae5d6c49d176660440b05d30210f21b6a926 (diff)
Fix ffprobe on windows to work without a command window etc.
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>);