[FFmpeg-devel] [PATCH] dsputil: make selectable.
James Almer
jamrial at gmail.com
Sun Mar 10 17:32:53 CET 2013
On 10/03/13 10:30 AM, Ronald S. Bultje wrote:
> From: "Ronald S. Bultje" <rsbultje at gmail.com>
>
> ---
> configure | 78 ++++++++++++++++++++++++++--------------
> libavcodec/Makefile | 7 ++--
> libavcodec/utils.c | 3 +-
> libavcodec/x86/Makefile | 16 +++++----
> libavcodec/x86/constants.c | 39 ++++++++++++++++++++
> libavcodec/x86/dsputil_mmx.c | 22 ------------
> libavcodec/x86/dsputil_mmx.h | 7 ----
> libavcodec/x86/h264_chromamc.asm | 2 +-
> libavcodec/x86/h264_deblock.asm | 2 +-
> libavcodec/x86/vp8dsp.asm | 13 ++++---
> libavutil/x86/asm.h | 2 ++
> 11 files changed, 115 insertions(+), 76 deletions(-)
> create mode 100644 libavcodec/x86/constants.c
It works now.
Regards.
More information about the ffmpeg-devel
mailing list