summaryrefslogtreecommitdiffstats
path: root/libavcodec/fft_float.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-11-21 19:15:28 +0100
committerMichael Niedermayer <michaelni@gmx.at>2013-11-21 19:26:01 +0100
commit6a7980e2cd4ba094756215df9172aad87cb1c469 (patch)
tree91c874731ae44848e7c1f85317e3c30fc322eb75 /libavcodec/fft_float.c
parentc0caf7e81493f5d9d4acd013892b651ab39be450 (diff)
parentac0e03bab00182f845cd02d458f404ee30ef0998 (diff)
downloadffmpeg-streaming-6a7980e2cd4ba094756215df9172aad87cb1c469.zip
ffmpeg-streaming-6a7980e2cd4ba094756215df9172aad87cb1c469.tar.gz
Merge remote-tracking branch 'qatar/master'
* qatar/master: dct/fft: Give consistent names to fixed/float template files Conflicts: libavcodec/fft_fixed.c libavcodec/fft_float.c libavcodec/mdct_fixed.c libavcodec/mdct_float.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/fft_float.c')
-rw-r--r--libavcodec/fft_float.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/fft_float.c b/libavcodec/fft_float.c
index 011dc45..93d3607 100644
--- a/libavcodec/fft_float.c
+++ b/libavcodec/fft_float.c
@@ -18,4 +18,4 @@
#define CONFIG_FFT_FLOAT 1
#define CONFIG_FFT_FIXED_32 0
-#include "fft.c"
+#include "fft_template.c"
OpenPOWER on IntegriCloud