]> git.sesse.net Git - x264/commit
Change %ifdef directives to %if directives in *.asm files
authorRonald S. Bultje <rsbultje@gmail.com>
Wed, 25 Jan 2012 05:53:59 +0000 (13:53 +0800)
committerFiona Glaser <fiona@x264.com>
Sat, 4 Feb 2012 15:18:19 +0000 (07:18 -0800)
commitacabceb6530d1858bcd009b055e217c75344c442
tree11b617fcfed1f1615e7bbab1eff4a124e2ee4f96
parent82d8cdde567b1c1e8d2046bbb831d0daafe8213b
Change %ifdef directives to %if directives in *.asm files
This allows combining multiple conditionals in a single statement.
19 files changed:
Makefile
common/x86/cabac-a.asm
common/x86/cpu-a.asm
common/x86/dct-32.asm
common/x86/dct-64.asm
common/x86/dct-a.asm
common/x86/deblock-a.asm
common/x86/mc-a.asm
common/x86/mc-a2.asm
common/x86/pixel-a.asm
common/x86/predict-a.asm
common/x86/quant-a.asm
common/x86/sad-a.asm
common/x86/sad16-a.asm
common/x86/trellis-64.asm
common/x86/x86inc.asm
common/x86/x86util.asm
configure
tools/checkasm-a.asm