From e904cf0165ee80989c6d86572684997109d21fa8 Mon Sep 17 00:00:00 2001 From: F5OEO Date: Mon, 10 Dec 2018 19:51:44 +0000 Subject: First working minimal live version --- src/Utils.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/Utils.cpp') diff --git a/src/Utils.cpp b/src/Utils.cpp index 50af4fb..fd4f659 100644 --- a/src/Utils.cpp +++ b/src/Utils.cpp @@ -55,6 +55,9 @@ static void printHeader() #if defined(HAVE_SOAPYSDR) "output_soapysdr " << #endif +#if defined(HAVE_LIMESDR) + "output_limesdr " << +#endif #if defined(__FAST_MATH__) "fast-math " << #endif -- cgit v1.2.3