[XviD-devel] Small ia64 buglet in 1.0.2

Michael Nottebrock michaelnottebrock at gmx.net
Sun Dec 12 12:25:20 CET 2004


Found this while browsing buildlogs, doesn't seem like there are many xvid 
users on ia64 FreeBSD since nobody reported it yet. :-) 

Anyway, patch below.

--- src/quant/quant.h     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

 /*****************************************************************************

-- 
   ,_,   | Michael Nottebrock               | lofi at freebsd.org
 (/^ ^\) | FreeBSD - The Power to Serve     | http://www.freebsd.org
   \u/   | K Desktop Environment on FreeBSD | http://freebsd.kde.org


More information about the XviD-devel mailing list