summaryrefslogtreecommitdiffstats
path: root/libavcodec/x86
diff options
context:
space:
mode:
authorCarl Eugen Hoyos <cehoyos@ag.or.at>2011-06-29 10:07:39 +0200
committerCarl Eugen Hoyos <cehoyos@ag.or.at>2011-06-29 10:07:39 +0200
commit4d08dfefa9911055fc89e94936bdbed7a6c4da36 (patch)
tree73f9cc5281eaf566e1c07fffaad86ba33c48e4d0 /libavcodec/x86
parent9e17d051ac9b113b70980373b8489ca469505f3f (diff)
downloadffmpeg-streaming-4d08dfefa9911055fc89e94936bdbed7a6c4da36.zip
ffmpeg-streaming-4d08dfefa9911055fc89e94936bdbed7a6c4da36.tar.gz
Remove gcc 2.95.3 remnants.
Diffstat (limited to 'libavcodec/x86')
-rw-r--r--libavcodec/x86/h264_i386.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/x86/h264_i386.h b/libavcodec/x86/h264_i386.h
index 982e8aa..c2477ac 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){
OpenPOWER on IntegriCloud