diff options
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/film.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/film.cc b/src/lib/film.cc index e3efda450..041bbc225 100644 --- a/src/lib/film.cc +++ b/src/lib/film.cc @@ -1005,7 +1005,7 @@ Film::set_content (string c) boost::filesystem::path path_dir (dir); path_dir = path_dir.parent_path (); path_dir /= "ffprobe.exe"; - string ffprobe = path_dir.string (); + string ffprobe = "\"" + path_dir.string () + "\" "; #else string ffprobe = "ffprobe "; #endif |
