From 22ef9cb46dae20458470f968487515dbec78adc0 Mon Sep 17 00:00:00 2001 From: James Almer Date: Thu, 5 Dec 2013 22:14:19 -0300 Subject: [PATCH] avresample: Include libavutil/avutil.h in version.h Should fix issues compiling lavr's Windows resource file. Signed-off-by: James Almer Signed-off-by: Michael Niedermayer --- libavresample/version.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libavresample/version.h b/libavresample/version.h index bd52ca6ece..0dd5bb62c5 100644 --- a/libavresample/version.h +++ b/libavresample/version.h @@ -25,6 +25,8 @@ * Libavresample version macros. */ +#include "libavutil/avutil.h" + #define LIBAVRESAMPLE_VERSION_MAJOR 1 #define LIBAVRESAMPLE_VERSION_MINOR 1 #define LIBAVRESAMPLE_VERSION_MICRO 0