Added support for linux autoconf
This commit is contained in:
@@ -9,7 +9,11 @@
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifdef __LINUX__
|
||||||
|
#include "../gblhdr.h"
|
||||||
|
#else
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef log2
|
#ifndef log2
|
||||||
inline float log2(float f) {
|
inline float log2(float f) {
|
||||||
|
|||||||
Reference in New Issue
Block a user