[FFmpeg-devel] [PATCH] avresample: Include libavutil/avutil.h in version.h
James Almer
jamrial at gmail.com
Fri Dec 6 02:14:19 CET 2013
Should fix issues compiling lavr's Windows resource file.
Signed-off-by: James Almer <jamrial at gmail.com>
---
libavresample/version.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/libavresample/version.h b/libavresample/version.h
index bd52ca6..0dd5bb6 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
--
1.8.3.2
More information about the ffmpeg-devel
mailing list