comparison ppc/fft_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 b4172ff70d27
children e8ff4783f188
comparison
equal deleted inserted replaced
1276:d5719a953ee0 1277:f3152eb76f1a
17 * You should have received a copy of the GNU Lesser General Public 17 * You should have received a copy of the GNU Lesser General Public
18 * License along with this library; if not, write to the Free Software 18 * License along with this library; if not, write to the Free Software
19 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 19 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
20 */ 20 */
21 #include "../dsputil.h" 21 #include "../dsputil.h"
22
23 #include "gcc_fixes.h"
22 24
23 #include "dsputil_altivec.h" 25 #include "dsputil_altivec.h"
24 26
25 /* 27 /*
26 those three macros are from libavcodec/fft.c 28 those three macros are from libavcodec/fft.c