summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-06-24 00:57:47 +0100
committerCarl Hetherington <cth@carlh.net>2013-06-24 00:57:47 +0100
commit355e95ed35092b05896dd1e94e4383df003ded84 (patch)
tree9f579e80ec0d9b031db085704b10377c0f826e68 /src
parent20021c03b349ef6cc0ffc04a2d75704fc0c8a40e (diff)
Add avdevice DLL to windows installer; log ffprobe command.
Diffstat (limited to 'src')
-rw-r--r--src/lib/film.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/film.cc b/src/lib/film.cc
index 942801a9f..c4a7c4316 100644
--- a/src/lib/film.cc
+++ b/src/lib/film.cc
@@ -1006,6 +1006,7 @@ Film::set_content (string c)
#endif
ffprobe += c;
ffprobe += " 2> " + file ("ffprobe.log");
+ log()->log (String::compose ("Probing with %1", ffprobe));
system (ffprobe.c_str ());
}