Fix compilation with --disable-vdpau

This commit is contained in:
Carl Eugen Hoyos
2011-04-02 00:50:39 +02:00
parent 2a0bd2bfc9
commit ecf94986c8
2 changed files with 3 additions and 1 deletions

View File

@@ -2331,7 +2331,7 @@ static int decode_chunks(AVCodecContext *avctx,
s2->error_count += s2->thread_context[i]->error_count;
}
if (uses_vdpau(avctx))
if (CONFIG_MPEG_VDPAU_DECODER && uses_vdpau(avctx))
ff_vdpau_mpeg_picture_complete(s2, buf, buf_size, s->slice_count);
if (slice_end(avctx, picture)) {