diff --git a/cores/libretro-ffmpeg/Makefile b/cores/libretro-ffmpeg/Makefile index 193a38839b..b89826d8fb 100644 --- a/cores/libretro-ffmpeg/Makefile +++ b/cores/libretro-ffmpeg/Makefile @@ -193,6 +193,7 @@ else ifeq ($(OPENGL),1) GL_LIB := -lopengl32 CFLAGS += -DHAVE_OPENGL + HAVE_OPENGL = 1 HAVE_GL_FFT := 1 WIN32_PLATFORM := 1 endif