diff --git a/cores/libretro-ffmpeg/fft/fft.cpp b/cores/libretro-ffmpeg/fft/fft.cpp index f91b825eee..97d0ef1ef2 100644 --- a/cores/libretro-ffmpeg/fft/fft.cpp +++ b/cores/libretro-ffmpeg/fft/fft.cpp @@ -17,7 +17,6 @@ #include using namespace glm; -#undef GL_DEBUG #if GL_DEBUG #define GL_CHECK_ERROR() do { \ if (glGetError() != GL_NO_ERROR) \