From 9a4c10e3af011dd84d3135090d3ca4212cbad127 Mon Sep 17 00:00:00 2001 From: Luca Barbato Date: Fri, 27 Dec 2013 02:57:48 +0100 Subject: lavu: Move preprocessor macros in a separate file And remove all the circular inclusions of avutil.h while at it. --- libavutil/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavutil/version.h') 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 -- cgit v1.2.3