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:
authorDiego Biurrun <diego@biurrun.de>2013-12-25 20:16:05 +0400
committerDiego Biurrun <diego@biurrun.de>2013-12-26 22:05:22 +0400
commitb83d1ee3b41cfe8357836e2582104db2f3364cb0 (patch)
tree793ba32902f6c0a807e99ecdd5c01e0b6064d531 /libavcodec/version.h
parent1716b4c7b888a00380b36d3a49f725e6a243ed18 (diff)
avutil: Move library version related macros to version.h
This is a more sensible place for these macros.
Diffstat (limited to 'libavcodec/version.h')
-rw-r--r--libavcodec/version.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/version.h b/libavcodec/version.h
index 9a43e82d6f..73c786dc04 100644
--- a/libavcodec/version.h
+++ b/libavcodec/version.h
@@ -26,6 +26,8 @@
* Libavcodec version macros.
*/
+#include "libavutil/version.h"
+
#define LIBAVCODEC_VERSION_MAJOR 55
#define LIBAVCODEC_VERSION_MINOR 31
#define LIBAVCODEC_VERSION_MICRO 0