avutil: Move internal CPU detection function declarations to private header

This commit is contained in:
Diego Biurrun
2013-08-20 17:49:01 +02:00
parent 91d4cfb812
commit b78b10c4b7
6 changed files with 30 additions and 5 deletions

View File

@@ -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