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/x86/cpu.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libavutil/x86') diff --git a/libavutil/x86/cpu.c b/libavutil/x86/cpu.c index 3b36fd0fb1..3e946b8dc2 100644 --- a/libavutil/x86/cpu.c +++ b/libavutil/x86/cpu.c @@ -26,6 +26,7 @@ #include "libavutil/x86/asm.h" #include "libavutil/x86/cpu.h" #include "libavutil/cpu.h" +#include "libavutil/cpu_internal.h" #if HAVE_YASM -- cgit v1.2.3