summaryrefslogtreecommitdiff
path: root/libavcodec
diff options
context:
space:
mode:
authorjamal <jamrial@gmail.com>2012-09-27 04:35:29 -0300
committerMichael Niedermayer <michaelni@gmx.at>2012-09-28 15:06:08 +0200
commit35e09036c4ed6df6f834d40bde1402e964443c0e (patch)
tree51f61c5fd4ea1ff33e7c4eb095f4e30bc10905c6 /libavcodec
parentc402d36afa9913800a08bc5fffce2ebfa8bbb309 (diff)
avcodec: Add missing include to version.h
Reviewed-by: Stefano Sabatini <stefasab@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec')
-rw-r--r--libavcodec/version.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/version.h b/libavcodec/version.h
index f036656ef3..c1f80b644a 100644
--- a/libavcodec/version.h
+++ b/libavcodec/version.h
@@ -26,6 +26,8 @@
* Libavcodec version macros.
*/
+#include "libavutil/avutil.h"
+
#define LIBAVCODEC_VERSION_MAJOR 54
#define LIBAVCODEC_VERSION_MINOR 61
#define LIBAVCODEC_VERSION_MICRO 100