Mercurial > mplayer.hg
changeset 11304:f89e212dd5b9
another 10l ...
author | michael |
---|---|
date | Tue, 28 Oct 2003 12:41:19 +0000 |
parents | 920b08da3091 |
children | d1585f7d5366 |
files | libmpcodecs/vf_spp.c |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/libmpcodecs/vf_spp.c Tue Oct 28 11:17:10 2003 +0000 +++ b/libmpcodecs/vf_spp.c Tue Oct 28 12:41:19 2003 +0000 @@ -433,10 +433,12 @@ vf->priv->avctx= avcodec_alloc_context(); dsputil_init(&vf->priv->dsp, vf->priv->avctx); +#ifdef HAVE_MMX if(gCpuCaps.hasMMX){ store_slice= store_slice_mmx; requantize= requantize_mmx; } +#endif vf->priv->log2_count= 6;