[FFmpeg-cvslog] cpu.h: include version.h for LIBAVUTIL_VERSION_MAJOR

Michael Niedermayer git at videolan.org
Sun Jun 24 12:37:09 CEST 2012


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Sun Jun 24 03:04:11 2012 +0200| [eeddd3962e8653677446886b7a896ff3b5a05c51] | committer: Michael Niedermayer

cpu.h: include version.h for LIBAVUTIL_VERSION_MAJOR

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=eeddd3962e8653677446886b7a896ff3b5a05c51
---

 libavutil/cpu.h |    1 +
 1 file changed, 1 insertion(+)

diff --git a/libavutil/cpu.h b/libavutil/cpu.h
index ee6705a..0cd8117 100644
--- a/libavutil/cpu.h
+++ b/libavutil/cpu.h
@@ -22,6 +22,7 @@
 #define AVUTIL_CPU_H
 
 #include "attributes.h"
+#include "version.h"
 
 #define AV_CPU_FLAG_FORCE    0x80000000 /* force usage of selected flags (OR) */
 



More information about the ffmpeg-cvslog mailing list