diff options
author | Luca Barbato <lu_zero@gentoo.org> | 2013-12-27 02:57:48 +0100 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2013-12-29 22:52:04 +0100 |
commit | 9a4c10e3af011dd84d3135090d3ca4212cbad127 (patch) | |
tree | c073d1fc9e1b8e8fca582b406351e30aaff1366e /libavutil/version.h | |
parent | 4d2bb289318cce3fd1f6fded4468cc26f9d5c55e (diff) | |
download | ffmpeg-9a4c10e3af011dd84d3135090d3ca4212cbad127.tar.gz |
lavu: Move preprocessor macros in a separate file
And remove all the circular inclusions of avutil.h while at it.
Diffstat (limited to 'libavutil/version.h')
-rw-r--r-- | libavutil/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavutil/version.h b/libavutil/version.h index cf5cc2fb14..ed7d13ac5a 100644 --- a/libavutil/version.h +++ b/libavutil/version.h @@ -19,7 +19,7 @@ #ifndef AVUTIL_VERSION_H #define AVUTIL_VERSION_H -#include "avutil.h" +#include "macros.h" /** * @defgroup version_utils Library Version Macros |