Add FFT for Griffin too
This commit is contained in:
parent
1534ec916b
commit
c819686ba4
|
@ -98,6 +98,12 @@ UI COMMON CONTEXT
|
||||||
#include "../gfx/drivers_context/wgl_ctx.cpp"
|
#include "../gfx/drivers_context/wgl_ctx.cpp"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if defined(HAVE_FFMPEG)
|
||||||
|
#if defined(HAVE_OPENGL) || defined(HAVE_OPENGLES3)
|
||||||
|
#include "../cores/libretro-ffmpeg/fft/fft.cpp"
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue