diff ppc/mpegvideo_altivec.c @ 1277:f3152eb76f1a libavcodec

altivec gcc-3 fixes by (Magnus Damm <damm at opensource dot se>)
author michaelni
date Wed, 21 May 2003 17:50:57 +0000
parents 28f0e53706a7
children e8ff4783f188
line wrap: on
line diff
--- a/ppc/mpegvideo_altivec.c	Tue May 20 17:36:49 2003 +0000
+++ b/ppc/mpegvideo_altivec.c	Wed May 21 17:50:57 2003 +0000
@@ -15,11 +15,14 @@
  * License along with this library; if not, write to the Free Software
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  */
- 
+
 #include <stdlib.h>
 #include <stdio.h>
 #include "../dsputil.h"
 #include "../mpegvideo.h"
+
+#include "gcc_fixes.h"
+ 
 #include "dsputil_altivec.h"
 
 // Swaps two variables (used for altivec registers)