]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/x86/vc1dsp_yasm.asm
Fix compilation without HAVE_AVX, HAVE_YASM etc.
[ffmpeg] / libavcodec / x86 / vc1dsp_yasm.asm
index 572aa0be1e2932fd47ee3cc9c894ef93fd600f0f..1eba3c1198007276d2c458dafceb46d82f3f1934 100644 (file)
@@ -227,7 +227,7 @@ section .text
     imul r2, 0x01010101
 %endmacro
 
-; I dont know why the sign extension is needed...
+; I do not know why the sign extension is needed...
 %macro PSIGNW_SRA_MMX 2
     psraw %2, 15
     PSIGNW_MMX %1, %2