Commit 94254fc0 authored by Diego Biurrun's avatar Diego Biurrun

Only run MMX2 tests when MMX2 is available.

Originally committed as revision 9245 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent b9702de5
......@@ -93,7 +93,9 @@ struct algo algos[] = {
#ifdef HAVE_MMX
DCT_ERROR("MMX", 0, ff_fdct_mmx, fdct, NO_PERM),
#ifdef HAVE_MMX2
DCT_ERROR("MMX2", 0, ff_fdct_mmx2, fdct, NO_PERM),
#endif
#ifdef CONFIG_GPL
DCT_ERROR("LIBMPEG2-MMX", 1, ff_mmx_idct, idct, MMX_PERM),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment