[x265] [PATCH 2 of 2] fix yasm warning 'trailing garbage after expression'

Min Chen chenm003 at 163.com
Tue Dec 17 08:48:35 CET 2013


# HG changeset patch
# User Min Chen <chenm003 at 163.com>
# Date 1387261198 -28800
# Node ID 9337d1a6be9866be991a150f654e26a536b8517e
# Parent  eff0c2abda8ec2c091688a4312d3c6e65288fe22
fix yasm warning 'trailing garbage after expression'

diff -r eff0c2abda8e -r 9337d1a6be98 source/common/x86/intrapred8.asm
--- a/source/common/x86/intrapred8.asm	Tue Dec 17 10:47:28 2013 +0800
+++ b/source/common/x86/intrapred8.asm	Tue Dec 17 14:19:58 2013 +0800
@@ -1902,7 +1902,7 @@
 ; void all_angs_pred_8x8(pixel *dest, pixel *above0, pixel *left0, pixel *above1, pixel *left1, bool bLuma)
 ;-----------------------------------------------------------------------------
 INIT_XMM sse4
-cglobal all_angs_pred_8x8, 6, 6, 8 dest, above0, left0, above1, left1, bLuma
+cglobal all_angs_pred_8x8, 6, 6, 8, dest, above0, left0, above1, left1, bLuma
 
 ; mode 2
 



More information about the x265-devel mailing list