summaryrefslogtreecommitdiff
path: root/src/lib/j2k_still_encoder.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2012-10-25 22:58:51 +0100
committerCarl Hetherington <cth@carlh.net>2012-10-25 22:58:51 +0100
commit336ada36d701c60a2ddd9b0cf69622f92dfc3afc (patch)
tree6ceeae67e456be065fc35c25cf1086e769364127 /src/lib/j2k_still_encoder.cc
parent1df722e04cce91d7f410e7355a1c0bcf0db4d1c9 (diff)
Missing include and boost::
Diffstat (limited to 'src/lib/j2k_still_encoder.cc')
-rw-r--r--src/lib/j2k_still_encoder.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/j2k_still_encoder.cc b/src/lib/j2k_still_encoder.cc
index d8970d3a1..56fbb3152 100644
--- a/src/lib/j2k_still_encoder.cc
+++ b/src/lib/j2k_still_encoder.cc
@@ -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);