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/util.cc | |
| parent | c555b46db1eb31f90423b50af95dc8925875048e (diff) | |
#ifdef-y hacks to build with Ubuntu 12.04's ffmpeg.
Diffstat (limited to 'src/lib/util.cc')
| -rw-r--r-- | src/lib/util.cc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/lib/util.cc b/src/lib/util.cc index 1348d307e..92861739c 100644 --- a/src/lib/util.cc +++ b/src/lib/util.cc @@ -39,10 +39,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> } @@ -265,7 +262,6 @@ dependency_version_summary () stringstream s; s << "libopenjpeg " << opj_version () << ", " << "vobcopy " << vobcopy_version() << ", " - << "libswresample " << ffmpeg_version_to_string (swresample_version()) << ", " << "libavcodec " << ffmpeg_version_to_string (avcodec_version()) << ", " << "libavfilter " << ffmpeg_version_to_string (avfilter_version()) << ", " << "libavformat " << ffmpeg_version_to_string (avformat_version()) << ", " |
