Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2013-11-20 00:17:53 +0400
committerDiego Biurrun <diego@biurrun.de>2013-11-21 18:59:46 +0400
commitac0e03bab00182f845cd02d458f404ee30ef0998 (patch)
tree69847f0d4da9e3d8f4edc74a86a76ae08a97e509 /libavcodec/fft_float.c
parentdd249245d012c1eceb57c166e256fc95e74f4bb1 (diff)
dct/fft: Give consistent names to fixed/float template files
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 24c9fdb366..213da9fc84 100644
--- a/libavcodec/fft_float.c
+++ b/libavcodec/fft_float.c
@@ -17,4 +17,4 @@
*/
#define CONFIG_FFT_FLOAT 1
-#include "fft.c"
+#include "fft_template.c"