x86: rename libavutil/x86_cpu.h to libavutil/x86/asm.h

This puts x86-specific things in the x86/ subdirectory where they
belong.

Signed-off-by: Mans Rullgard <mans@mansr.com>
This commit is contained in:
Mans Rullgard 2012-08-08 13:51:52 +01:00
parent 122d5c526a
commit c318626ce2
30 changed files with 32 additions and 32 deletions

View file

@ -20,7 +20,7 @@
*/
#include "libavutil/cpu.h"
#include "libavutil/x86_cpu.h"
#include "libavutil/x86/asm.h"
#include "libavcodec/dsputil.h"
#include "libavcodec/rv34dsp.h"