]> git.sesse.net Git - ffmpeg/commit
vp9/x86: make STORE_2X2 macro local.
authorRonald S. Bultje <rsbultje@gmail.com>
Wed, 8 Jan 2014 12:22:50 +0000 (07:22 -0500)
committerMichael Niedermayer <michaelni@gmx.at>
Wed, 8 Jan 2014 13:07:15 +0000 (14:07 +0100)
commitc6fe984f2ff048ae31f2acc8ddaf0449cb0c4aea
treef35faac2826992185b910cfbebff3010c31793d8
parent9d098ea32fde75bebb170098887cb87aaf0feef2
vp9/x86: make STORE_2X2 macro local.

Prevents this assembler warning:
libavcodec/x86/vp9itxfm.asm:1208: warning: (VP9_IDCT32_1D:309)
redefining multi-line macro `STORE_2X2'

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libavcodec/x86/vp9itxfm.asm