diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-11-29 23:29:48 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-12-04 21:12:45 +0000 |
| commit | 81d19cc0bf323a571ea83ac870efcc892195ddda (patch) | |
| tree | 686df0acbda3c158e0073ef173b16956ef50d33d /src/stereo_picture_frame.cc | |
| parent | fe01f541e5409a0bc0e8608b1f9976bd6f3f029c (diff) | |
Move J2K comp/decomp out into j2k.{cc,h}
Diffstat (limited to 'src/stereo_picture_frame.cc')
| -rw-r--r-- | src/stereo_picture_frame.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/stereo_picture_frame.cc b/src/stereo_picture_frame.cc index dd173613..0c4aaadf 100644 --- a/src/stereo_picture_frame.cc +++ b/src/stereo_picture_frame.cc @@ -25,6 +25,7 @@ #include "AS_DCP.h" #include "KM_fileio.h" #include "compose.hpp" +#include "j2k.h" #include <openjpeg.h> #define DCI_GAMMA 2.6 |
