From 51ce2207c8fd3ee72d74e0a559962beaa895c234 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Fri, 8 Jan 2010 04:00:06 +0000 Subject: Add a few CONFIG_MPEG4_DECODER that should be there. Originally committed as revision 21082 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/h263dec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/h263dec.c') diff --git a/libavcodec/h263dec.c b/libavcodec/h263dec.c index d2fcabdb70..f2cb976447 100644 --- a/libavcodec/h263dec.c +++ b/libavcodec/h263dec.c @@ -172,7 +172,7 @@ static int decode_slice(MpegEncContext *s){ if(s->partitioned_frame){ const int qscale= s->qscale; - if(s->codec_id==CODEC_ID_MPEG4){ + if(CONFIG_MPEG4_DECODER && s->codec_id==CODEC_ID_MPEG4){ if(ff_mpeg4_decode_partitions(s) < 0) return -1; } -- cgit v1.2.3