diff options
author | Mans Rullgard <mans@mansr.com> | 2011-06-20 10:53:41 +0100 |
---|---|---|
committer | Mans Rullgard <mans@mansr.com> | 2011-06-20 22:36:31 +0100 |
commit | 2143d69bddf42c8c2cf9f45e1f0ce7750e96aad3 (patch) | |
tree | 59350519aab39c6310c24c9e888b46195fd46de6 /libavcodec/x86/h264_i386.h | |
parent | d075e7d5405d716170476a2fea707dfe3330093c (diff) | |
download | ffmpeg-2143d69bddf42c8c2cf9f45e1f0ce7750e96aad3.tar.gz |
cabac: move x86 asm to libavcodec/x86/cabac.h
Signed-off-by: Mans Rullgard <mans@mansr.com>
Diffstat (limited to 'libavcodec/x86/h264_i386.h')
-rw-r--r-- | libavcodec/x86/h264_i386.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/x86/h264_i386.h b/libavcodec/x86/h264_i386.h index 9f5e53105e..af3addd848 100644 --- a/libavcodec/x86/h264_i386.h +++ b/libavcodec/x86/h264_i386.h @@ -32,6 +32,7 @@ #include <stddef.h> #include "libavcodec/cabac.h" +#include "cabac.h" //FIXME use some macros to avoid duplicating get_cabac (cannot be done yet //as that would make optimization work hard) |