mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
100l, change #ifdef to #if
This commit is contained in:
parent
46394d39e3
commit
045cc36fe7
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user