[x264-devel] Change %ifdef directives to %if directives in *.asm files

Ronald S. Bultje git at videolan.org
Sat Feb 4 21:10:49 CET 2012


x264 | branch: master | Ronald S. Bultje <rsbultje at gmail.com> | Wed Jan 25 13:53:59 2012 +0800| [5c4b8484ea9aaabfb70523ba1f9c4d8343ad3221] | committer: Jason Garrett-Glaser

Change %ifdef directives to %if directives in *.asm files
This allows combining multiple conditionals in a single statement.

> http://git.videolan.org/gitweb.cgi/x264.git/?a=commit;h=5c4b8484ea9aaabfb70523ba1f9c4d8343ad3221
---

 Makefile                  |    3 +-
 common/x86/cabac-a.asm    |   12 ++--
 common/x86/cpu-a.asm      |    2 +-
 common/x86/dct-32.asm     |    2 +-
 common/x86/dct-64.asm     |   14 ++--
 common/x86/dct-a.asm      |   48 +++++++-------
 common/x86/deblock-a.asm  |   56 ++++++++--------
 common/x86/mc-a.asm       |   94 +++++++++++++--------------
 common/x86/mc-a2.asm      |   42 ++++++------
 common/x86/pixel-a.asm    |  160 ++++++++++++++++++++++----------------------
 common/x86/predict-a.asm  |  112 +++++++++++++++----------------
 common/x86/quant-a.asm    |   80 +++++++++++------------
 common/x86/sad-a.asm      |   42 ++++++------
 common/x86/sad16-a.asm    |    4 +-
 common/x86/trellis-64.asm |   20 +++---
 common/x86/x86inc.asm     |   28 ++++----
 common/x86/x86util.asm    |   10 ++--
 configure                 |    4 +-
 tools/checkasm-a.asm      |    6 +-
 19 files changed, 369 insertions(+), 370 deletions(-)

Diff:   http://git.videolan.org/gitweb.cgi/x264.git/?a=commitdiff;h=5c4b8484ea9aaabfb70523ba1f9c4d8343ad3221


More information about the x264-devel mailing list