--- quant.h 2005/01/05 23:02:15 1.4 +++ quant.h 2005/04/04 23:49:37 1.5 @@ -19,7 +19,7 @@ * along with this program ; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * $Id: quant.h,v 1.4 2005/01/05 23:02:15 edgomez Exp $ + * $Id: quant.h,v 1.5 2005/04/04 23:49:37 edgomez Exp $ * ****************************************************************************/ @@ -96,6 +96,7 @@ #ifdef ARCH_IS_PPC quant_intraFunc dequant_h263_intra_altivec_c; +quant_intraFunc dequant_mpeg_intra_altivec_c; #endif #ifdef ARCH_IS_X86_64 @@ -168,6 +169,7 @@ #ifdef ARCH_IS_PPC quant_interFunc dequant_h263_inter_altivec_c; +quant_interFunc dequant_mpeg_inter_altivec_c; #endif #ifdef ARCH_IS_X86_64