diff ppc/mpegvideo_ppc.c @ 1511:587258262aa5 libavcodec

recommit (of patch, as cvslog msg didnt apply cleanly) libavcodec/ppc compile errors patch by ("Steven M. Schultz" <sms at 2BSD dot COM>)
author michael
date Sat, 11 Oct 2003 08:25:23 +0000
parents 28f0e53706a7
children 61cebcb5a997
line wrap: on
line diff
--- a/ppc/mpegvideo_ppc.c	Sat Oct 11 08:21:23 2003 +0000
+++ b/ppc/mpegvideo_ppc.c	Sat Oct 11 08:25:23 2003 +0000
@@ -36,7 +36,7 @@
 
 void MPV_common_init_ppc(MpegEncContext *s)
 {
-#if HAVE_ALTIVEC
+#ifdef HAVE_ALTIVEC
     if (has_altivec())
     {
         if ((s->avctx->idct_algo == FF_IDCT_AUTO) ||