From ba747478606b9a097474ca9e86e58bcee35e3622 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sat, 23 Nov 2019 22:39:50 +0100 Subject: [PATCH] (ffmpeg core) Update Makefile --- cores/libretro-ffmpeg/Makefile | 1 + 1 file changed, 1 insertion(+) 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