summaryrefslogtreecommitdiff
path: root/fft.c
diff options
context:
space:
mode:
authorGravatar waker <wakeroid@gmail.com>2012-10-25 21:53:41 +0200
committerGravatar waker <wakeroid@gmail.com>2012-10-25 21:53:41 +0200
commit47f64084576ed6797196d362fcad570711a5e5d6 (patch)
tree39dbe2930dec2e0f31d345307e04cbd11dba2cdb /fft.c
parentb013e081750203b795c4cdd0496110693f439ab3 (diff)
fft.c changes comment
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