[FFmpeg-devel] [PATCH 12/17] Replace ASMALIGN() with .p2align

Ronald S. Bultje rsbultje
Tue Jan 18 21:00:51 CET 2011


Hi,

On Tue, Jan 18, 2011 at 2:32 PM, Mans Rullgard <mans at mansr.com> wrote:
> This macro has unconditionally used .p2align for a long time and
> serves no useful purpose.
> ---
> ?configure ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? | ? ?1 -
> ?libavcodec/x86/dsputil_mmx.c ? ? ? ? ? ? ?| ? ?8 +++---
> ?libavcodec/x86/dsputil_mmx_avg_template.c | ? ?2 +-
> ?libavcodec/x86/dsputil_mmx_qns_template.c | ? ?4 +-
> ?libavcodec/x86/dsputil_mmx_rnd_template.c | ? 16 +++++-----
> ?libavcodec/x86/dsputilenc_mmx.c ? ? ? ? ? | ? ?4 +-
> ?libavcodec/x86/idct_sse2_xvid.c ? ? ? ? ? | ? ?2 +-
> ?libavcodec/x86/motion_est_mmx.c ? ? ? ? ? | ? 16 +++++-----
> ?libavcodec/x86/mpegvideo_mmx.c ? ? ? ? ? ?| ? 12 ++++----
> ?libavcodec/x86/mpegvideo_mmx_template.c ? | ? ?4 +-
> ?libavcodec/x86/simple_idct_mmx.c ? ? ? ? ?| ? 14 +++++-----
> ?libavcodec/x86/vc1dsp_mmx.c ? ? ? ? ? ? ? | ? ?6 ++--
> ?libswscale/rgb2rgb_template.c ? ? ? ? ? ? | ? 24 ++++++++--------
> ?libswscale/swscale_template.c ? ? ? ? ? ? | ? 42 ++++++++++++++--------------
> ?14 files changed, 77 insertions(+), 78 deletions(-)
[..]

Looks ok...

Ronald



More information about the ffmpeg-devel mailing list