summaryrefslogtreecommitdiff
path: root/libavutil/cpu.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2013-08-20 17:49:01 +0200
committerDiego Biurrun <diego@biurrun.de>2013-08-28 23:54:14 +0200
commitb78b10c4b78b696927f2801cf2d9f193b4eff28b (patch)
treed9a744906d92cd6e5232032415bef11e6d2b5b11 /libavutil/cpu.c
parent91d4cfb8127f1de6c4ad173a30fffe584700046d (diff)
avutil: Move internal CPU detection function declarations to private header
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 6384d6d7e7..8edebbceed 100644
--- a/libavutil/cpu.c
+++ b/libavutil/cpu.c
@@ -17,6 +17,7 @@
*/
#include "cpu.h"
+#include "cpu_internal.h"
#include "config.h"
#include "opt.h"
#include "common.h"