Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-05-24 19:14:25 +0400
committerMichael Niedermayer <michaelni@gmx.at>2013-05-24 19:19:21 +0400
commitfe99b1d50ea7bef67fecda10a2b3fa9c1d332814 (patch)
tree26dc9ddef75d8110db9088ebcfa22b3ef5e898be /libavutil/cpu.c
parent4059c7836a57df95821505dd67322a31ee99f9e8 (diff)
parent597208fde175f7ae56f833e8cbae10cb9b709daf (diff)
Merge remote-tracking branch 'qatar/master'
* qatar/master: cpu: Include common.h for av_popcount64 Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavutil/cpu.c')
-rw-r--r--libavutil/cpu.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavutil/cpu.c b/libavutil/cpu.c
index 0560ddbaf4..73d58565f3 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
#ifndef _GNU_SOURCE