[x264-devel] commit: Fix unresolved symbol in r1573 (Jason Garrett-Glaser )

git at videolan.org git at videolan.org
Thu May 6 09:55:51 CEST 2010


x264 | branch: master | Jason Garrett-Glaser <darkshikari at gmail.com> | Thu May  6 00:53:20 2010 -0700| [7608d73d489e9ed4e57ae80f01d7da67323e029d] | committer: Jason Garrett-Glaser 

Fix unresolved symbol in r1573
gnu ld didn't complain, but some other linkers did.

> http://git.videolan.org/gitweb.cgi/x264.git/?a=commit;h=7608d73d489e9ed4e57ae80f01d7da67323e029d
---

 common/x86/sad-a.asm |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/common/x86/sad-a.asm b/common/x86/sad-a.asm
index dd144c0..72c1789 100644
--- a/common/x86/sad-a.asm
+++ b/common/x86/sad-a.asm
@@ -31,7 +31,6 @@ SECTION .text
 cextern pb_3
 cextern pb_shuf8x8c
 cextern pw_8
-cextern sw_6
 cextern sw_64
 
 ;=============================================================================



More information about the x264-devel mailing list