diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-08-04 14:19:30 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-08-04 14:19:30 +0100 |
| commit | e0e7f9f5dc1360e836db4c785f1a563dffeb2e44 (patch) | |
| tree | a2465613c1a2bb82da1297cae79c35dc999188f0 /src/lib/decoder.cc | |
| parent | d5df879d17994f6c741c36049b14df53bf11f37b (diff) | |
Build with git.
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 a35468d06..d1b04ed32 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 >= 53 && LIBAVFILTER_VERSION_MINOR <= 77 +#if (LIBAVFILTER_VERSION_MAJOR == 2 && LIBAVFILTER_VERSION_MINOR >= 53 && LIBAVFILTER_VERSION_MINOR <= 77) || LIBAVFILTER_VERSION_MAJOR == 3 #include <libavfilter/avcodec.h> #include <libavfilter/buffersink.h> #endif |
