diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-08-04 13:34:44 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-08-04 13:34:44 +0100 |
| commit | 870f3906c93fa95ce421d8c8e3cb1935221bbcad (patch) | |
| tree | 72b424588951a3d10e700d4ce7f24d0199171315 /src/lib/decoder.cc | |
| parent | 99ae7d8661e31cc59799431fb00f198f9a72c9bf (diff) | |
0.11.1.
Diffstat (limited to 'src/lib/decoder.cc')
| -rw-r--r-- | src/lib/decoder.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/decoder.cc b/src/lib/decoder.cc index 55a3ae6dd..4ffe049b8 100644 --- a/src/lib/decoder.cc +++ b/src/lib/decoder.cc @@ -26,7 +26,7 @@ extern "C" { #include <libavfilter/avfiltergraph.h> #include <libavfilter/buffersrc.h> -#if LIBAVFILTER_VERSION_MAJOR == 2 && LIBAVFILTER_VERSION_MINOR == 61 +#if LIBAVFILTER_VERSION_MAJOR == 2 && LIBAVFILTER_VERSION_MINOR >= 61 && LIBAVFILTER_VERSION_MINOR <= 77 #include <libavfilter/avcodec.h> #include <libavfilter/buffersink.h> #endif |
