diff ppc/fft_altivec.c @ 11370:4b3da727d832 libavcodec

Move FFT parts from dsputil.h to fft.h
author mru
date Sat, 06 Mar 2010 14:34:46 +0000
parents 5cf49858179a
children 50415a8f1451
line wrap: on
line diff
--- a/ppc/fft_altivec.c	Sat Mar 06 14:24:59 2010 +0000
+++ b/ppc/fft_altivec.c	Sat Mar 06 14:34:46 2010 +0000
@@ -20,7 +20,7 @@
  * License along with FFmpeg; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
-#include "libavcodec/dsputil.h"
+#include "libavcodec/fft.h"
 #include "dsputil_ppc.h"
 #include "util_altivec.h"
 /**