[FFmpeg-cvslog] Replace ASMALIGN() with .p2align

Mans Rullgard git
Tue Jan 18 23:07:49 CET 2011


ffmpeg | branch: master | Mans Rullgard <mans at mansr.com> | Sat Jan 15 22:09:35 2011 +0000| [ef4a65149db95acc7271a425a2cd0d2259740c84] | committer: Mans Rullgard

Replace ASMALIGN() with .p2align

This macro has unconditionally used .p2align for a long time and
serves no useful purpose.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ef4a65149db95acc7271a425a2cd0d2259740c84
---

 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:   http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commitdiff;h=ef4a65149db95acc7271a425a2cd0d2259740c84



More information about the ffmpeg-cvslog mailing list