From ef4a65149db95acc7271a425a2cd0d2259740c84 Mon Sep 17 00:00:00 2001 From: Mans Rullgard Date: Sat, 15 Jan 2011 22:09:35 +0000 Subject: Replace ASMALIGN() with .p2align 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(-) diff --git a/configure b/configure index fccb65b1ab..ffc2a632fd 100755 --- a/configure +++ b/configure @@ -3245,7 +3245,6 @@ cat > $TMPH <