Fix typo in sourcecode that prevented compilation on IA64.

This commit is contained in:
Michael Nottebrock 2007-01-10 21:42:11 +00:00
parent be018a6022
commit 1c50c9a1fc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=182024

View file

@ -0,0 +1,11 @@
--- ../../src/quant/quant.h.orig Wed Jan 10 22:31:55 2007
+++ ../../src/quant/quant.h Wed Jan 10 22:33:43 2007
@@ -91,7 +91,7 @@
#endif
#ifdef ARCH_IS_IA64
-quant_intraFunc dequant_h263_intra_ia64
+quant_intraFunc dequant_h263_intra_ia64;
#endif
#ifdef ARCH_IS_PPC