summaryrefslogtreecommitdiffstats
path: root/libavcodec/h264_cabac.c
diff options
context:
space:
mode:
authorClément Bœsch <u@pkh.me>2017-04-08 14:30:13 +0200
committerClément Bœsch <u@pkh.me>2017-04-08 14:30:13 +0200
commit5be1440c74d017b935a447b4dc979b7bb11f6aff (patch)
treefde8443c379e7d170bac930150dd09f78d0c0174 /libavcodec/h264_cabac.c
parent0768aaec1d683226e613e692080a588359c31334 (diff)
parent0a35f128f3c6e0ae9a0a2236c557602c108da269 (diff)
downloadffmpeg-streaming-5be1440c74d017b935a447b4dc979b7bb11f6aff.zip
ffmpeg-streaming-5be1440c74d017b935a447b4dc979b7bb11f6aff.tar.gz
Merge commit '0a35f128f3c6e0ae9a0a2236c557602c108da269'
* commit '0a35f128f3c6e0ae9a0a2236c557602c108da269': cabac: x86: Give optimizations header a more meaningful name Merged-by: Clément Bœsch <u@pkh.me>
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 a1a16da..11ff3a0 100644
--- a/libavcodec/h264_cabac.c
+++ b/libavcodec/h264_cabac.c
@@ -43,7 +43,7 @@
#include "mpegutils.h"
#if ARCH_X86
-#include "x86/h264_i386.h"
+#include "x86/h264_cabac.c"
#endif
/* Cabac pre state table */
OpenPOWER on IntegriCloud