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. --- libavresample/version.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libavresample') diff --git a/libavresample/version.h b/libavresample/version.h index 3cc4441d86..fce5770c62 100644 --- a/libavresample/version.h +++ b/libavresample/version.h @@ -25,6 +25,8 @@ * Libavresample version macros. */ +#include "libavutil/version.h" + #define LIBAVRESAMPLE_VERSION_MAJOR 1 #define LIBAVRESAMPLE_VERSION_MINOR 1 #define LIBAVRESAMPLE_VERSION_MICRO 0 -- cgit v1.2.3