"Ronald S. Bultje" <[email protected]> writes: > Hi, > > On Thu, Jul 26, 2012 at 2:23 AM, Måns Rullgård <[email protected]> wrote: >> "Ronald S. Bultje" <[email protected]> writes: >> >>> From: "Ronald S. Bultje" <[email protected]> >>> >>> --- >>> libavcodec/dct-test.c | 2 +- >>> libavcodec/x86/dsputilenc_mmx.c | 80 >>> +++++++++++++++++++++++---------------- >>> libavcodec/x86/fdct_mmx.c | 4 ++ >>> libavcodec/x86/motion_est_mmx.c | 6 +++ >>> libavcodec/x86/mpegvideo_mmx.c | 6 +++ >>> 5 files changed, 64 insertions(+), 34 deletions(-) >>> >>> diff --git a/libavcodec/dct-test.c b/libavcodec/dct-test.c >>> index 5046544..9e19e0c 100644 >>> --- a/libavcodec/dct-test.c >>> +++ b/libavcodec/dct-test.c >>> @@ -85,7 +85,7 @@ static const struct algo fdct_tab[] = { >>> { "IJG-AAN-INT", ff_fdct_ifast, SCALE_PERM }, >>> { "IJG-LLM-INT", ff_jpeg_fdct_islow_8, NO_PERM }, >>> >>> -#if HAVE_MMX >>> +#if HAVE_MMX && HAVE_INLINE_ASM >>> { "MMX", ff_fdct_mmx, NO_PERM, AV_CPU_FLAG_MMX >>> }, >> >> This is just as wrong now as it was the first time. > > Why?
Same reason. > What do you suggest instead? It's probably quicker if I just show you. -- Måns Rullgård [email protected] _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
