From 1f20782c0446ed373d6f915a263756916303cbb4 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Mon, 16 Nov 2009 18:39:26 +0000 Subject: Add missing #includes for avutil.h, required for the AV_VERSION* macros. Originally committed as revision 20544 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavdevice/avdevice.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libavdevice/avdevice.h') 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 -- cgit v1.2.3