From bef6308b12bcc24e37b2f6ccf608ece9d4850631 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Thu, 22 Sep 2016 18:44:55 +0200 Subject: [PATCH] Don't define/undefine GL_DEBUG at all --- cores/libretro-ffmpeg/fft/fft.cpp | 1 - 1 file changed, 1 deletion(-) 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) \