Hi, On Mon, Jul 30, 2012 at 8:10 AM, Måns Rullgård <[email protected]> wrote: > "Ronald S. Bultje" <[email protected]> writes: >> On Mon, Jul 30, 2012 at 8:03 AM, Måns Rullgård <[email protected]> wrote: >>> inline_mmx_deps="inline_asm mmx" >>> inline_sse_deps="inline_mmx" >> >> If the user uses --disable-sse, this doesn't disable it here. I >> suppose you might mean inline_sse_deps="inline_mmx sse"? > > Right. > >> Other than that, looks good to me. I don't think we need HAVE_SSE etc. >> in config.h, only HAVE_INLINE_SSE and HAVE_YASM_SSE. > > Some of them are needed. For instance, we need to know if any kind of > mmx might be used in order to issue emms correctly.
Hm, ok, so I guess we can keep HAVE_MMX. Do we need others? Ronald _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
