summaryrefslogtreecommitdiff
path: root/test/ui_gl_waterfall.c
diff options
context:
space:
mode:
authorFreeArtMan <dos21h@gmail.com>2015-12-30 19:20:20 +0000
committerFreeArtMan <dos21h@gmail.com>2015-12-30 19:20:20 +0000
commita9d66c6a759515c7061e2e8aac661eeb0082ea1e (patch)
treeda0bfb62d614fcad482cc5267f0a4348cbde5256 /test/ui_gl_waterfall.c
parent03a2ac933087722b3754f5eca349b26193e9bffd (diff)
downloadradiola-a9d66c6a759515c7061e2e8aac661eeb0082ea1e.tar.gz
radiola-a9d66c6a759515c7061e2e8aac661eeb0082ea1e.zip
More configurable sources. Move some math functions to core/math.h. Move delay filter from sdr_fm
Diffstat (limited to 'test/ui_gl_waterfall.c')
-rw-r--r--test/ui_gl_waterfall.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/test/ui_gl_waterfall.c b/test/ui_gl_waterfall.c
index 837383f..33fbdb6 100644
--- a/test/ui_gl_waterfall.c
+++ b/test/ui_gl_waterfall.c
@@ -6,6 +6,9 @@
#include <getopt.h>
//radiola
+//#define CONFIG_OS_LINUX
+//#include <config.h>
+//#include <config/config_linux.h>
#include <draw/glui.h>
#include <hw/hw.h>
#include <hw/sdr.h>
@@ -329,4 +332,4 @@ main_exit:
sdr_close( sdr );
return 0;
-} \ No newline at end of file
+}