From 045cc36fe788752bca340efb736e7d76aa7f54e9 Mon Sep 17 00:00:00 2001 From: Baptiste Coudurier Date: Wed, 27 Apr 2011 14:24:19 -0700 Subject: [PATCH] 100l, change #ifdef to #if --- libavcodec/pngdec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/pngdec.c b/libavcodec/pngdec.c index 311109b4c3..e2fec93f8f 100644 --- a/libavcodec/pngdec.c +++ b/libavcodec/pngdec.c @@ -624,7 +624,7 @@ static av_cold int png_dec_init(AVCodecContext *avctx) avcodec_get_frame_defaults(&s->picture1); avcodec_get_frame_defaults(&s->picture2); -#ifdef HAVE_MMX +#if HAVE_MMX ff_png_init_mmx(s); #endif