summaryrefslogtreecommitdiff
path: root/src/lib/decoder.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2012-08-04 13:34:44 +0100
committerCarl Hetherington <cth@carlh.net>2012-08-04 13:34:44 +0100
commit870f3906c93fa95ce421d8c8e3cb1935221bbcad (patch)
tree72b424588951a3d10e700d4ce7f24d0199171315 /src/lib/decoder.cc
parent99ae7d8661e31cc59799431fb00f198f9a72c9bf (diff)
0.11.1.
Diffstat (limited to 'src/lib/decoder.cc')
-rw-r--r--src/lib/decoder.cc2
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