[FFmpeg-devel] [PATCH] x86/fdct: port fdct functions to yasm

James Almer jamrial at gmail.com
Mon May 26 02:53:02 CEST 2014


I'm getting some errors when compiling with --disable-yasm.
Seems this can't be ported alone, so patch on hold.

On 25/05/14 8:58 PM, James Almer wrote:
> Signed-off-by: James Almer <jamrial at gmail.com>
> ---
>  libavcodec/x86/Makefile         |   3 +-
>  libavcodec/x86/dsputilenc_mmx.c |  42 ++-
>  libavcodec/x86/fdct.asm         | 298 ++++++++++++++++++++
>  libavcodec/x86/fdct.c           | 594 ----------------------------------------
>  4 files changed, 315 insertions(+), 622 deletions(-)
>  create mode 100644 libavcodec/x86/fdct.asm
>  delete mode 100644 libavcodec/x86/fdct.c



More information about the ffmpeg-devel mailing list