diff options
author | Mans Rullgard <mans@mansr.com> | 2012-08-08 13:51:52 +0100 |
---|---|---|
committer | Mans Rullgard <mans@mansr.com> | 2012-08-09 00:58:20 +0100 |
commit | c318626ce248e55df032146b16e8e0f4ed1d99fb (patch) | |
tree | 86039fb1b5e69e04487a3f219075cd0df9fa3fa4 /libavfilter/x86/yadif.c | |
parent | 122d5c526a43122b1f9ac9bce79e3938c8354e43 (diff) | |
download | ffmpeg-c318626ce248e55df032146b16e8e0f4ed1d99fb.tar.gz |
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>
Diffstat (limited to 'libavfilter/x86/yadif.c')
-rw-r--r-- | libavfilter/x86/yadif.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/x86/yadif.c b/libavfilter/x86/yadif.c index 81b536acda..ee3a016bd0 100644 --- a/libavfilter/x86/yadif.c +++ b/libavfilter/x86/yadif.c @@ -20,7 +20,7 @@ #include "libavutil/attributes.h" #include "libavutil/cpu.h" -#include "libavutil/x86_cpu.h" +#include "libavutil/x86/asm.h" #include "libavcodec/x86/dsputil_mmx.h" #include "libavfilter/yadif.h" |