Missing include and boost::
authorCarl Hetherington <cth@carlh.net>
Thu, 25 Oct 2012 21:58:51 +0000 (22:58 +0100)
committerCarl Hetherington <cth@carlh.net>
Thu, 25 Oct 2012 21:58:51 +0000 (22:58 +0100)
src/lib/film.h
src/lib/j2k_still_encoder.cc

index c9d2c460d517b763c4992d044ad59ab3b2e16458..b2daf0f22b724c327e899f181a89a8210ab1bbf2 100644 (file)
@@ -31,6 +31,7 @@
 #include <boost/thread/mutex.hpp>
 #include <boost/thread.hpp>
 #include <boost/signals2.hpp>
+#include <boost/enable_shared_from_this.hpp>
 extern "C" {
 #include <libavcodec/avcodec.h>
 }
index d8970d3a13bb93b46105c194cec47989328b6abf..56fbb3152aeb8344aba40a919e2fa2b786d5ec39 100644 (file)
@@ -74,7 +74,7 @@ J2KStillEncoder::process_video (shared_ptr<Image> yuv, int frame, shared_ptr<Sub
                        }
 #endif
 #ifdef DVDOMATIC_WINDOWS
-                       filesystem::copy_file (real, link);
+                       boost::filesystem::copy_file (real, link);
 #endif                 
                }
                frame_done (0);