summaryrefslogtreecommitdiff
path: root/src/tools
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-02-02 19:09:51 +0000
committerCarl Hetherington <cth@carlh.net>2013-02-02 19:09:51 +0000
commit55e5d61e68d9ee95594562f911c9db0397246fbe (patch)
tree5501170f21f5c32b0ef0552d0ccf2ff812186861 /src/tools
parentde4d3d0fdda0f20ccab06877444fc1e5ff362f93 (diff)
Insist on boost 1.45 and hence filesystem v3 now that libdcp requires it.
Diffstat (limited to 'src/tools')
-rw-r--r--src/tools/dvdomatic.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/tools/dvdomatic.cc b/src/tools/dvdomatic.cc
index d5dca2ab4..9a1db3fed 100644
--- a/src/tools/dvdomatic.cc
+++ b/src/tools/dvdomatic.cc
@@ -270,11 +270,7 @@ public:
maybe_save_then_delete_film ();
film.reset (new Film (d->get_path (), false));
film->log()->set_level (log_level);
-#if BOOST_FILESYSTEM_VERSION == 3
film->set_name (boost::filesystem::path (d->get_path()).filename().generic_string());
-#else
- film->set_name (boost::filesystem::path (d->get_path()).filename());
-#endif
set_film ();
}