summaryrefslogtreecommitdiff
path: root/libavcodec/x86/cabac.h
diff options
context:
space:
mode:
authorMans Rullgard <mans@mansr.com>2012-08-08 13:51:52 +0100
committerMans Rullgard <mans@mansr.com>2012-08-09 00:58:20 +0100
commitc318626ce248e55df032146b16e8e0f4ed1d99fb (patch)
tree86039fb1b5e69e04487a3f219075cd0df9fa3fa4 /libavcodec/x86/cabac.h
parent122d5c526a43122b1f9ac9bce79e3938c8354e43 (diff)
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 'libavcodec/x86/cabac.h')
-rw-r--r--libavcodec/x86/cabac.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/x86/cabac.h b/libavcodec/x86/cabac.h
index 02dbc54db7..389f155745 100644
--- a/libavcodec/x86/cabac.h
+++ b/libavcodec/x86/cabac.h
@@ -23,7 +23,7 @@
#include "libavcodec/cabac.h"
#include "libavutil/attributes.h"
-#include "libavutil/x86_cpu.h"
+#include "libavutil/x86/asm.h"
#include "libavutil/internal.h"
#include "config.h"