Add FFT for Griffin too

This commit is contained in:
twinaphex 2016-06-15 19:34:23 +02:00
parent 1534ec916b
commit c819686ba4
1 changed files with 6 additions and 0 deletions

View File

@ -98,6 +98,12 @@ UI COMMON CONTEXT
#include "../gfx/drivers_context/wgl_ctx.cpp"
#endif
#if defined(HAVE_FFMPEG)
#if defined(HAVE_OPENGL) || defined(HAVE_OPENGLES3)
#include "../cores/libretro-ffmpeg/fft/fft.cpp"
#endif
#endif
#endif