1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-03 06:24:48 -04:00

Make it buildable for Android with QtCreator

This commit is contained in:
f4exb
2016-03-06 15:10:22 +01:00
parent b2cd053cdb
commit 1a891f8e81
4 changed files with 12 additions and 12 deletions
+2 -2
View File
@@ -5,8 +5,8 @@
#define MAX_FFT_SIZE 4096
#ifdef _WIN32
double log2f(double n)
#ifndef LINUX
inline double log2f(double n)
{
return log(n) / log(2.0);
}