comparison ppc/fft_altivec.c @ 9364:7cee7292d5cc libavcodec

Remove unnecessary gcc_fixes.h #include.
author diego
date Thu, 09 Apr 2009 11:54:13 +0000
parents 04423b2f6e0b
children 5cf49858179a
comparison
equal deleted inserted replaced
9363:203dc1dc297c 9364:7cee7292d5cc
19 * You should have received a copy of the GNU Lesser General Public 19 * You should have received a copy of the GNU Lesser General Public
20 * License along with FFmpeg; if not, write to the Free Software 20 * License along with FFmpeg; if not, write to the Free Software
21 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 21 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
22 */ 22 */
23 #include "libavcodec/dsputil.h" 23 #include "libavcodec/dsputil.h"
24
25 #include "gcc_fixes.h"
26
27 #include "dsputil_ppc.h" 24 #include "dsputil_ppc.h"
28 #include "util_altivec.h" 25 #include "util_altivec.h"
29 /** 26 /**
30 * Do a complex FFT with the parameters defined in ff_fft_init(). The 27 * Do a complex FFT with the parameters defined in ff_fft_init(). The
31 * input data must be permuted before with s->revtab table. No 28 * input data must be permuted before with s->revtab table. No