Fix typo in sourcecode that prevented compilation on IA64.
This commit is contained in:
parent
be018a6022
commit
1c50c9a1fc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=182024
1 changed files with 11 additions and 0 deletions
11
multimedia/xvid/files/patch-src_quant_quant.h
Normal file
11
multimedia/xvid/files/patch-src_quant_quant.h
Normal 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
|
Loading…
Reference in a new issue