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:
parent
122d5c526a
commit
c318626ce2
30 changed files with 32 additions and 32 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue