1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00

Fix build on ia64.

This commit is contained in:
Michael Nottebrock 2004-12-09 11:34:21 +00:00
parent e8f18a5720
commit d56d6f382b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=123557

View File

@ -0,0 +1,11 @@
--- ../../src/quant/quant.h.orig Thu Dec 9 12:19:54 2004
+++ ../../src/quant/quant.h Thu Dec 9 12:20:07 2004
@@ -82,7 +82,7 @@
#endif
#ifdef ARCH_IS_IA64
-quanth263_intraFunc dequant_intra_ia64;
+quant_intraFunc dequant_h263_intra_ia64;
#endif
/*****************************************************************************