summaryrefslogtreecommitdiff
path: root/src/lib/ffmpeg_decoder.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-05-29 16:06:58 +0100
committerCarl Hetherington <cth@carlh.net>2013-05-29 16:06:58 +0100
commitb1da49fd4f3bc918de2ee4cdf49959258576977c (patch)
tree464f95444b78c651ab4cd195f17af988d60deaab /src/lib/ffmpeg_decoder.cc
parent003de48cd0371a60d095dc9d02ed5763c410cf5e (diff)
Remove unnecessary include; add makedcp-osx.
Diffstat (limited to 'src/lib/ffmpeg_decoder.cc')
-rw-r--r--src/lib/ffmpeg_decoder.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/ffmpeg_decoder.cc b/src/lib/ffmpeg_decoder.cc
index 982139515..bcfbea431 100644
--- a/src/lib/ffmpeg_decoder.cc
+++ b/src/lib/ffmpeg_decoder.cc
@@ -29,7 +29,6 @@
#include <stdint.h>
#include <boost/lexical_cast.hpp>
extern "C" {
-#include <tiffio.h>
#include <libavcodec/avcodec.h>
#include <libavformat/avformat.h>
#include <libswscale/swscale.h>