From b78b10c4b78b696927f2801cf2d9f193b4eff28b Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Tue, 20 Aug 2013 17:49:01 +0200 Subject: avutil: Move internal CPU detection function declarations to private header --- libavutil/cpu.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libavutil/cpu.c') 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" -- cgit v1.2.3