summaryrefslogtreecommitdiff
path: root/libavfilter
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2009-11-16 18:39:26 +0000
committerDiego Biurrun <diego@biurrun.de>2009-11-16 18:39:26 +0000
commit1f20782c0446ed373d6f915a263756916303cbb4 (patch)
treefe8085b49a4b61f436130641bae12122422b3a46 /libavfilter
parent6e44ba15504c05adb4ba610d83205bb7c499fb58 (diff)
Add missing #includes for avutil.h, required for the AV_VERSION* macros.
Originally committed as revision 20544 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavfilter')
-rw-r--r--libavfilter/avfilter.h2
1 files changed, 2 insertions, 0 deletions
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