[MPlayer-dev-eng] [PATCH] yasm support
Diego Biurrun
diego at biurrun.de
Sun Nov 16 13:07:15 CET 2008
On Fri, Nov 14, 2008 at 01:39:30AM +0300, Andrew Savchenko wrote:
>
> I hope these issues are fixed now.
>
> --- configure (revision 27907)
> +++ configure (working copy)
> @@ -2385,7 +2403,39 @@
>
> +yasm_check || _yasm=""
> +if test $_yasm ; then
> + _def_yasm='#define HAVE_YASM 1'
> + _have_yasm="yes"
> + test "$_mmx" == "yes" && _fft_mmx="yes"
> +fi
>
> @@ -7983,6 +8035,7 @@
>
> # Some FFmpeg codecs depend on these. Enable them unconditionally for now.
> CONFIG_FFT=yes
> +CONFIG_FFT_MMX=$_fft_mmx
This indirection is pointless, just use _mmx directly.
Other than that, commit the patch anytime.
Diego
More information about the MPlayer-dev-eng
mailing list