Browse code

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>

James Almer authored on 2013/12/06 10:14:19
Showing 1 changed files
... ...
@@ -25,6 +25,8 @@
25 25
  * Libavresample version macros.
26 26
  */
27 27
 
28
+#include "libavutil/avutil.h"
29
+
28 30
 #define LIBAVRESAMPLE_VERSION_MAJOR  1
29 31
 #define LIBAVRESAMPLE_VERSION_MINOR  1
30 32
 #define LIBAVRESAMPLE_VERSION_MICRO  0