100l, change #ifdef to #if

pull/2/head
Baptiste Coudurier 14 years ago
parent 46394d39e3
commit 045cc36fe7
  1. 2
      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->picture1);
avcodec_get_frame_defaults(&s->picture2); avcodec_get_frame_defaults(&s->picture2);
#ifdef HAVE_MMX #if HAVE_MMX
ff_png_init_mmx(s); ff_png_init_mmx(s);
#endif #endif

Loading…
Cancel
Save