Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjamal <jamrial@gmail.com>2012-09-27 11:35:29 +0400
committerMichael Niedermayer <michaelni@gmx.at>2012-09-28 17:06:08 +0400
commit35e09036c4ed6df6f834d40bde1402e964443c0e (patch)
tree51f61c5fd4ea1ff33e7c4eb095f4e30bc10905c6
parentc402d36afa9913800a08bc5fffce2ebfa8bbb309 (diff)
avcodec: Add missing include to version.h
Reviewed-by: Stefano Sabatini <stefasab@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-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