diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-06-24 00:57:47 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-06-24 00:57:47 +0100 |
| commit | 355e95ed35092b05896dd1e94e4383df003ded84 (patch) | |
| tree | 9f579e80ec0d9b031db085704b10377c0f826e68 /src/lib | |
| parent | 20021c03b349ef6cc0ffc04a2d75704fc0c8a40e (diff) | |
Add avdevice DLL to windows installer; log ffprobe command.
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/film.cc | 1 |
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 ()); } |
