diff options
author | Måns Rullgård <mans@mansr.com> | 2010-03-06 14:34:46 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2010-03-06 14:34:46 +0000 |
commit | 1429224b04cd10ef0d81c1c0d6eae82a5afad4d8 (patch) | |
tree | bf2a9dfa9f7a155d1163d96e76e98943a100bbb1 /libavcodec/ppc | |
parent | 50e10cbd7a62bf7731bf00c1a190a7ae3d5b3831 (diff) | |
download | ffmpeg-1429224b04cd10ef0d81c1c0d6eae82a5afad4d8.tar.gz |
Move FFT parts from dsputil.h to fft.h
Originally committed as revision 22235 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/ppc')
-rw-r--r-- | libavcodec/ppc/fft_altivec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/ppc/fft_altivec.c b/libavcodec/ppc/fft_altivec.c index 83b2b7f07b..8f6941f507 100644 --- a/libavcodec/ppc/fft_altivec.c +++ b/libavcodec/ppc/fft_altivec.c @@ -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" /** |