[FFmpeg-cvslog] cpu: Include common.h for av_popcount64
Martin Storsjö
git at videolan.org
Fri May 24 17:19:34 CEST 2013
ffmpeg | branch: master | Martin Storsjö <martin at martin.st> | Fri May 24 12:24:27 2013 +0300| [597208fde175f7ae56f833e8cbae10cb9b709daf] | committer: Martin Storsjö
cpu: Include common.h for av_popcount64
This fixes build failures on windows since 2a6eaeaa8.
Signed-off-by: Martin Storsjö <martin at martin.st>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=597208fde175f7ae56f833e8cbae10cb9b709daf
---
libavutil/cpu.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/libavutil/cpu.c b/libavutil/cpu.c
index b95158b..17273b6 100644
--- a/libavutil/cpu.c
+++ b/libavutil/cpu.c
@@ -19,6 +19,7 @@
#include "cpu.h"
#include "config.h"
#include "opt.h"
+#include "common.h"
#if HAVE_SCHED_GETAFFINITY
#define _GNU_SOURCE
More information about the ffmpeg-cvslog
mailing list