mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 02:15:43 -04:00
Added something to make it work on OSX as well
This commit is contained in:
parent
d4d5207987
commit
874e10d42f
@ -30,7 +30,12 @@
|
||||
#ifdef howmany
|
||||
#undef howmany
|
||||
#endif
|
||||
#include "rfftw.h"
|
||||
|
||||
#ifdef IS_OSX
|
||||
#include "drfftw.h"
|
||||
#else
|
||||
#include "rfftw.h"
|
||||
#endif
|
||||
|
||||
// These FFTW support objects can only be defined if we actually have
|
||||
// the FFTW library available.
|
||||
|
Loading…
x
Reference in New Issue
Block a user