diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-02-02 19:09:51 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-02-02 19:09:51 +0000 |
| commit | 55e5d61e68d9ee95594562f911c9db0397246fbe (patch) | |
| tree | 5501170f21f5c32b0ef0552d0ccf2ff812186861 /src/lib/util.cc | |
| parent | de4d3d0fdda0f20ccab06877444fc1e5ff362f93 (diff) | |
Insist on boost 1.45 and hence filesystem v3 now that libdcp requires it.
Diffstat (limited to 'src/lib/util.cc')
| -rw-r--r-- | src/lib/util.cc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/lib/util.cc b/src/lib/util.cc index ce89d5355..328be066a 100644 --- a/src/lib/util.cc +++ b/src/lib/util.cc @@ -934,11 +934,7 @@ video_frames_to_audio_frames (SourceFrame v, float audio_sample_rate, float fram bool still_image_file (string f) { -#if BOOST_FILESYSTEM_VERSION == 3 string ext = boost::filesystem::path(f).extension().string(); -#else - string ext = boost::filesystem::path(f).extension(); -#endif transform (ext.begin(), ext.end(), ext.begin(), ::tolower); |
