[FFmpeg-devel] [PATCH] alpha/idctdsp: move idct init code out of dsputil

Michael Niedermayer michaelni at gmx.at
Tue Jul 8 22:23:18 CEST 2014


On Tue, Jul 08, 2014 at 05:08:24PM -0300, James Almer wrote:
> Signed-off-by: James Almer <jamrial at gmail.com>
> ---
> Untested as i don't have related hardware.
> 
>  libavcodec/alpha/Makefile                          | 14 +++---
>  libavcodec/alpha/dsputil_alpha.c                   | 22 ---------
>  libavcodec/alpha/dsputil_alpha.h                   | 13 -----
>  libavcodec/alpha/idctdsp_alpha.c                   | 55 ++++++++++++++++++++++
>  libavcodec/alpha/idctdsp_alpha.h                   | 34 +++++++++++++
>  .../{dsputil_alpha_asm.S => idctdsp_alpha_asm.S}   |  2 +-
>  libavcodec/alpha/simple_idct_alpha.c               |  2 +-
>  libavcodec/idctdsp.c                               |  2 +
>  libavcodec/idctdsp.h                               |  2 +
>  9 files changed, 102 insertions(+), 44 deletions(-)
>  create mode 100644 libavcodec/alpha/idctdsp_alpha.c
>  create mode 100644 libavcodec/alpha/idctdsp_alpha.h
>  rename libavcodec/alpha/{dsputil_alpha_asm.S => idctdsp_alpha_asm.S} (99%)

builds fine
applied

thanks

[...]
-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

No great genius has ever existed without some touch of madness. -- Aristotle
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 181 bytes
Desc: Digital signature
URL: <https://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20140708/676c2200/attachment.asc>


More information about the ffmpeg-devel mailing list