From 870f3906c93fa95ce421d8c8e3cb1935221bbcad Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sat, 4 Aug 2012 13:34:44 +0100 Subject: 0.11.1. --- src/lib/decoder.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/decoder.cc') 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 #include -#if LIBAVFILTER_VERSION_MAJOR == 2 && LIBAVFILTER_VERSION_MINOR == 61 +#if LIBAVFILTER_VERSION_MAJOR == 2 && LIBAVFILTER_VERSION_MINOR >= 61 && LIBAVFILTER_VERSION_MINOR <= 77 #include #include #endif -- cgit v1.2.3