From b83d1ee3b41cfe8357836e2582104db2f3364cb0 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Wed, 25 Dec 2013 17:16:05 +0100 Subject: avutil: Move library version related macros to version.h This is a more sensible place for these macros. --- libswscale/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libswscale') diff --git a/libswscale/version.h b/libswscale/version.h index 54836739c0..0f32c7ab03 100644 --- a/libswscale/version.h +++ b/libswscale/version.h @@ -24,7 +24,7 @@ * swscale version macros */ -#include "libavutil/avutil.h" +#include "libavutil/version.h" #define LIBSWSCALE_VERSION_MAJOR 2 #define LIBSWSCALE_VERSION_MINOR 1 -- cgit v1.2.3