summaryrefslogtreecommitdiff
path: root/libavcodec/h264_cabac.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2016-03-09 10:27:12 +0100
committerDiego Biurrun <diego@biurrun.de>2016-12-01 08:23:54 +0100
commit0a35f128f3c6e0ae9a0a2236c557602c108da269 (patch)
tree4b475c34a84e25091acc908c0684f0e4a963e3a3 /libavcodec/h264_cabac.c
parentcad42fadcd2c2ae1b3676bb398844a1f521a2d7b (diff)
cabac: x86: Give optimizations header a more meaningful name
Diffstat (limited to 'libavcodec/h264_cabac.c')
-rw-r--r--libavcodec/h264_cabac.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/h264_cabac.c b/libavcodec/h264_cabac.c
index ae1ef6b08c..b28e486e52 100644
--- a/libavcodec/h264_cabac.c
+++ b/libavcodec/h264_cabac.c
@@ -41,7 +41,7 @@
#include "mpegutils.h"
#if ARCH_X86
-#include "x86/h264_i386.h"
+#include "x86/h264_cabac.c"
#endif
#include <assert.h>