diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-03-18 14:24:08 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-03-18 14:24:08 +0000 |
| commit | 04ef57589ebb7c0de3377172a03b24698fd2364a (patch) | |
| tree | e6afb1b0d1d20e15804033929ddd6ab1b19d2d41 /src/lib/util.cc | |
| parent | 02e2271a16804a35698f513f536a9ab1893b8612 (diff) | |
Tentative support for 3D from alternate frames.
Also remove references to libpostproc.
Requested-by: Jean-Jacques Mantello
Diffstat (limited to 'src/lib/util.cc')
| -rw-r--r-- | src/lib/util.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/util.cc b/src/lib/util.cc index 35385ab40..85c52b039 100644 --- a/src/lib/util.cc +++ b/src/lib/util.cc @@ -57,7 +57,6 @@ extern "C" { #include <libavformat/avformat.h> #include <libswscale/swscale.h> #include <libavfilter/avfiltergraph.h> -#include <libpostproc/postprocess.h> #include <libavutil/pixfmt.h> } #include "util.h" @@ -248,7 +247,6 @@ dependency_version_summary () << N_("libavfilter ") << ffmpeg_version_to_string (avfilter_version()) << N_(", ") << N_("libavformat ") << ffmpeg_version_to_string (avformat_version()) << N_(", ") << N_("libavutil ") << ffmpeg_version_to_string (avutil_version()) << N_(", ") - << N_("libpostproc ") << ffmpeg_version_to_string (postproc_version()) << N_(", ") << N_("libswscale ") << ffmpeg_version_to_string (swscale_version()) << N_(", ") << MagickVersion << N_(", ") << N_("libssh ") << ssh_version (0) << N_(", ") |
