summaryrefslogtreecommitdiff
path: root/fft.c
diff options
context:
space:
mode:
Diffstat (limited to 'fft.c')
-rw-r--r--fft.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/fft.c b/fft.c
index 73145763..7b6a3a75 100644
--- a/fft.c
+++ b/fft.c
@@ -16,6 +16,10 @@
* implied. In no event shall the authors be liable for any damages arising from
* the use of this software.
*/
+
+// this version has few changes compared to the original audacious fft.c
+// please find the original file in audacious
+
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif