std::shared_ptr
[dcpomatic.git] / src / lib / ffmpeg_file_encoder.cc
index e527b18205871c5fa816832bd040476724e7c7e1..99637564abd557d523153c9385f04da374ad95bf 100644 (file)
@@ -35,9 +35,9 @@ using std::string;
 using std::runtime_error;
 using std::cout;
 using std::pair;
-using boost::shared_ptr;
+using std::shared_ptr;
 using boost::bind;
-using boost::weak_ptr;
+using std::weak_ptr;
 using boost::optional;
 using namespace dcpomatic;
 #if BOOST_VERSION >= 106100