diff options
-rw-r--r-- | libavdevice/avdevice.h | 2 | ||||
-rw-r--r-- | libavfilter/avfilter.h | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/libavdevice/avdevice.h b/libavdevice/avdevice.h index 61400c111b..2635423481 100644 --- a/libavdevice/avdevice.h +++ b/libavdevice/avdevice.h @@ -19,6 +19,8 @@ #ifndef AVDEVICE_AVDEVICE_H #define AVDEVICE_AVDEVICE_H +#include "libavutil/avutil.h" + #define LIBAVDEVICE_VERSION_MAJOR 52 #define LIBAVDEVICE_VERSION_MINOR 2 #define LIBAVDEVICE_VERSION_MICRO 0 diff --git a/libavfilter/avfilter.h b/libavfilter/avfilter.h index a2a57729a7..a2654bb1ae 100644 --- a/libavfilter/avfilter.h +++ b/libavfilter/avfilter.h @@ -22,6 +22,8 @@ #ifndef AVFILTER_AVFILTER_H #define AVFILTER_AVFILTER_H +#include "libavutil/avutil.h" + #define LIBAVFILTER_VERSION_MAJOR 1 #define LIBAVFILTER_VERSION_MINOR 8 #define LIBAVFILTER_VERSION_MICRO 0 |