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>
This commit is contained in:
James Almer 2013-12-05 22:14:19 -03:00 committed by Michael Niedermayer
parent 59398c1342
commit 22ef9cb46d
1 changed files with 2 additions and 0 deletions

View File

@ -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