git.videolan.org
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8a994b7
)
cpu: Include common.h for av_popcount64
author
Martin Storsjö
<martin@martin.st>
Fri, 24 May 2013 09:24:27 +0000
(12:24 +0300)
committer
Martin Storsjö
<martin@martin.st>
Fri, 24 May 2013 10:34:19 +0000
(13:34 +0300)
This fixes build failures on windows since
2a6eaeaa8
.
Signed-off-by: Martin Storsjö <martin@martin.st>
libavutil/cpu.c
patch
|
blob
|
history
diff --git
a/libavutil/cpu.c
b/libavutil/cpu.c
index
b95158b
..
17273b6
100644
(file)
--- 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