diff options
author | Diego Biurrun <diego@biurrun.de> | 2013-12-25 17:16:05 +0100 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2013-12-26 19:05:22 +0100 |
commit | b83d1ee3b41cfe8357836e2582104db2f3364cb0 (patch) | |
tree | 793ba32902f6c0a807e99ecdd5c01e0b6064d531 /libavutil/utils.c | |
parent | 1716b4c7b888a00380b36d3a49f725e6a243ed18 (diff) | |
download | ffmpeg-b83d1ee3b41cfe8357836e2582104db2f3364cb0.tar.gz |
avutil: Move library version related macros to version.h
This is a more sensible place for these macros.
Diffstat (limited to 'libavutil/utils.c')
-rw-r--r-- | libavutil/utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavutil/utils.c b/libavutil/utils.c index 9b18c97908..2bb27de2b1 100644 --- a/libavutil/utils.c +++ b/libavutil/utils.c @@ -17,7 +17,7 @@ */ #include "config.h" -#include "avutil.h" +#include "version.h" /** * @file |