mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-24 20:19:55 +00:00
Xvid IDCTs are not under CONFIG_GPL, so don't require it when using them.
Originally committed as revision 12880 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
1beb670a2d
commit
f1ae14d20d
@ -548,7 +548,7 @@ retry:
|
||||
}
|
||||
#endif
|
||||
|
||||
#if defined(HAVE_MMX) && defined(CONFIG_GPL)
|
||||
#if defined(HAVE_MMX)
|
||||
if(s->codec_id == CODEC_ID_MPEG4 && s->xvid_build && avctx->idct_algo == FF_IDCT_AUTO && (mm_flags & MM_MMX)){
|
||||
avctx->idct_algo= FF_IDCT_XVIDMMX;
|
||||
avctx->coded_width= 0; // force reinit
|
||||
|
Loading…
Reference in New Issue
Block a user