summaryrefslogtreecommitdiff
path: root/src/lib/dcp_decoder.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-07-09 17:05:26 +0100
committerCarl Hetherington <cth@carlh.net>2014-07-09 17:05:26 +0100
commit63f506966cc4e9c459b3bcb430a11481f9d3a24a (patch)
treecdaf50ec415c57940dccbd4ba35c091e33303cc2 /src/lib/dcp_decoder.cc
parent424f9d0c70ff0832da0509776da939b2f855cdc1 (diff)
Split up image_proxy.{cc,h}
Diffstat (limited to 'src/lib/dcp_decoder.cc')
-rw-r--r--src/lib/dcp_decoder.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/dcp_decoder.cc b/src/lib/dcp_decoder.cc
index e23efba3e..6e59f6cde 100644
--- a/src/lib/dcp_decoder.cc
+++ b/src/lib/dcp_decoder.cc
@@ -27,7 +27,7 @@
#include <dcp/stereo_picture_frame.h>
#include "dcp_decoder.h"
#include "dcp_content.h"
-#include "image_proxy.h"
+#include "j2k_image_proxy.h"
#include "image.h"
using std::list;