Browse Source

libswresample: make NOP_N macro less picky on its parameters

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n0.11
Michael Niedermayer 13 years ago
parent
commit
c4047ad9e0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libswresample/x86/audio_convert.asm

+ 1
- 1
libswresample/x86/audio_convert.asm View File

@@ -360,7 +360,7 @@ pack_6ch_%2_to_%1_u_int %+ SUFFIX
packssdw m1, m3
%endmacro

%macro NOP_N 6
%macro NOP_N 0-6
%endmacro

INIT_MMX mmx


Loading…
Cancel
Save