diff options
author | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2011-06-29 10:07:39 +0200 |
---|---|---|
committer | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2011-06-29 10:07:39 +0200 |
commit | 4d08dfefa9911055fc89e94936bdbed7a6c4da36 (patch) | |
tree | 73f9cc5281eaf566e1c07fffaad86ba33c48e4d0 /libavcodec/x86 | |
parent | 9e17d051ac9b113b70980373b8489ca469505f3f (diff) | |
download | ffmpeg-4d08dfefa9911055fc89e94936bdbed7a6c4da36.tar.gz |
Remove gcc 2.95.3 remnants.
Diffstat (limited to 'libavcodec/x86')
-rw-r--r-- | libavcodec/x86/h264_i386.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/x86/h264_i386.h b/libavcodec/x86/h264_i386.h index 982e8aa4fb..c2477ac96b 100644 --- a/libavcodec/x86/h264_i386.h +++ b/libavcodec/x86/h264_i386.h @@ -36,7 +36,7 @@ //FIXME use some macros to avoid duplicating get_cabac (cannot be done yet //as that would make optimization work hard) -#if ARCH_X86 && HAVE_7REGS && !defined(BROKEN_RELOCATIONS) && HAVE_TEN_OPERANDS +#if ARCH_X86 && HAVE_7REGS && !defined(BROKEN_RELOCATIONS) static int decode_significance_x86(CABACContext *c, int max_coeff, uint8_t *significant_coeff_ctx_base, int *index, x86_reg last_off){ |