[FFmpeg-cvslog] avresample: Include libavutil/avutil.h in version.h
James Almer
git at videolan.org
Fri Dec 6 22:22:41 CET 2013
ffmpeg | branch: master | James Almer <jamrial at gmail.com> | Thu Dec 5 22:14:19 2013 -0300| [22ef9cb46dae20458470f968487515dbec78adc0] | committer: Michael Niedermayer
avresample: Include libavutil/avutil.h in version.h
Should fix issues compiling lavr's Windows resource file.
Signed-off-by: James Almer <jamrial at gmail.com>
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=22ef9cb46dae20458470f968487515dbec78adc0
---
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
More information about the ffmpeg-cvslog
mailing list