summaryrefslogtreecommitdiff
path: root/libavresample/version.h
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2013-12-05 22:14:19 -0300
committerMichael Niedermayer <michaelni@gmx.at>2013-12-06 22:13:20 +0100
commit22ef9cb46dae20458470f968487515dbec78adc0 (patch)
tree10e5b2263b91b8e8b3788ebe72bf416b1ca20e7d /libavresample/version.h
parent59398c1342693dea70a1ce671dabf19861c4d849 (diff)
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>
Diffstat (limited to 'libavresample/version.h')
-rw-r--r--libavresample/version.h2
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