diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-07-19 20:42:11 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-07-19 20:42:11 +0100 |
| commit | a81e35ba9a8807e1b13c2a6c4133bbf4ff36859a (patch) | |
| tree | dc42a853a19886090b003cce3c0b46693f5ca29e /src/lib/image.cc | |
| parent | c555b46db1eb31f90423b50af95dc8925875048e (diff) | |
#ifdef-y hacks to build with Ubuntu 12.04's ffmpeg.
Diffstat (limited to 'src/lib/image.cc')
| -rw-r--r-- | src/lib/image.cc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/lib/image.cc b/src/lib/image.cc index 7a9ac7dd5..9ae0fe6f8 100644 --- a/src/lib/image.cc +++ b/src/lib/image.cc @@ -33,10 +33,7 @@ extern "C" { #include <libavcodec/avcodec.h> #include <libavformat/avformat.h> #include <libswscale/swscale.h> -#include <libswresample/swresample.h> #include <libavfilter/avfiltergraph.h> -#include <libavfilter/avcodec.h> -#include <libavfilter/buffersink.h> #include <libpostproc/postprocess.h> #include <libavutil/pixfmt.h> } |
