X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Futil.cc;h=328be066a4f2266bc7163ca1d10e62df4c0079ec;hb=55e5d61e68d9ee95594562f911c9db0397246fbe;hp=ce89d5355527dfcd137ddcf4da71d53cd27d2d9d;hpb=98bbaf1e907e927dbd26131cbdef243a82fdc2d1;p=dcpomatic.git 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);