diff options
author | Diego Biurrun <diego@biurrun.de> | 2016-03-09 10:27:12 +0100 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2016-12-01 08:23:54 +0100 |
commit | 0a35f128f3c6e0ae9a0a2236c557602c108da269 (patch) | |
tree | 4b475c34a84e25091acc908c0684f0e4a963e3a3 /libavcodec/h264_cabac.c | |
parent | cad42fadcd2c2ae1b3676bb398844a1f521a2d7b (diff) | |
download | ffmpeg-0a35f128f3c6e0ae9a0a2236c557602c108da269.tar.gz |
cabac: x86: Give optimizations header a more meaningful name
Diffstat (limited to 'libavcodec/h264_cabac.c')
-rw-r--r-- | libavcodec/h264_cabac.c | 2 |
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> |