diff options
author | James Almer <jamrial@gmail.com> | 2013-12-05 22:14:19 -0300 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-12-06 22:13:20 +0100 |
commit | 22ef9cb46dae20458470f968487515dbec78adc0 (patch) | |
tree | 10e5b2263b91b8e8b3788ebe72bf416b1ca20e7d | |
parent | 59398c1342693dea70a1ce671dabf19861c4d849 (diff) | |
download | ffmpeg-22ef9cb46dae20458470f968487515dbec78adc0.tar.gz |
avresample: Include libavutil/avutil.h in version.h
Should fix issues compiling lavr's Windows resource file.
Signed-off-by: James Almer <jamrial@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-rw-r--r-- | libavresample/version.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 |