1
mirror of https://git.videolan.org/git/ffmpeg.git synced 2024-09-06 08:08:58 +02:00

huffyuvencdsp: Undefine "i" macro after each use

This commit is contained in:
Timothy Gu 2015-11-01 19:24:55 -08:00
parent 32fed702b8
commit 59ebf32bca

View File

@ -116,6 +116,7 @@ DIFF_BYTES_PROLOGUE
%define regsize mmsize
DIFF_BYTES_LOOP_PREP .skip_main_aa
DIFF_BYTES_BODY a, a
%undef i
%endif
INIT_XMM sse2
@ -129,6 +130,7 @@ DIFF_BYTES_PROLOGUE
DIFF_BYTES_BODY a, a
DIFF_BYTES_BODY u, a
DIFF_BYTES_BODY u, u
%undef i
%if HAVE_AVX2_EXTERNAL
INIT_YMM avx2
@ -144,4 +146,5 @@ DIFF_BYTES_PROLOGUE
DIFF_BYTES_BODY a, a
DIFF_BYTES_BODY u, a
DIFF_BYTES_BODY u, u
%undef i
%endif