Commit a7fc5ba1 authored by diego's avatar diego

Only run MMX2 tests when MMX2 is available.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@9245 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 0eff8e1a
......@@ -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