projects
/
libav.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
dct/fft: Give consistent names to fixed/float template files
[libav.git]
/
libavcodec
/
mdct_float.c
diff --git
a/libavcodec/mdct_float.c
b/libavcodec/mdct_float.c
index
e4f5549
..
f8955f6
100644
(file)
--- a/
libavcodec/mdct_float.c
+++ b/
libavcodec/mdct_float.c
@@
-17,4
+17,4
@@
*/
#define CONFIG_FFT_FLOAT 1
-#include "mdct.c"
+#include "mdct
_template
.c"