diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-04-26 00:19:55 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-04-26 00:19:55 +0100 |
| commit | e0708bf716aa9d0c28abe8cd1bbee63c57ea8b93 (patch) | |
| tree | a073e3b9f3172435ba291aac65b0a473fd6aaa5d | |
| parent | 32911ed3ec57ef9680bfd255fbbe78e8df926f7d (diff) | |
More build fixes.
| -rw-r--r-- | src/lib/environment_info.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/environment_info.cc b/src/lib/environment_info.cc index 462e8f11f..6fb75a037 100644 --- a/src/lib/environment_info.cc +++ b/src/lib/environment_info.cc @@ -42,6 +42,7 @@ extern "C" { #include <libavcodec/avcodec.h> #include <libavformat/avformat.h> +#include <libavfilter/avfilter.h> #include <libswscale/swscale.h> #include <libavutil/pixfmt.h> } |
