Fix compile without CONFIG_GPL, misplaced #endif caused a missing }.

Originally committed as revision 4575 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Reimar Döffinger 2005-09-10 19:30:40 +00:00
parent 9f211bc6d7
commit cd7af76d9e
1 changed files with 1 additions and 1 deletions

View File

@ -2564,9 +2564,9 @@ void dsputil_init_mmx(DSPContext* c, AVCodecContext *avctx)
c->idct_add= ff_idct_xvid_mmx_add; c->idct_add= ff_idct_xvid_mmx_add;
c->idct = ff_idct_xvid_mmx; c->idct = ff_idct_xvid_mmx;
} }
}
#endif #endif
} }
}
#ifdef CONFIG_ENCODERS #ifdef CONFIG_ENCODERS
c->get_pixels = get_pixels_mmx; c->get_pixels = get_pixels_mmx;