From 11dfab4e7934f190a583b866bbb6e2bf843d1260 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Mon, 5 Sep 2016 00:34:38 +0200 Subject: [PATCH] (ffmpeg core) Update Makefile --- cores/libretro-ffmpeg/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cores/libretro-ffmpeg/Makefile b/cores/libretro-ffmpeg/Makefile index cb17472d04..e408d2c2fc 100644 --- a/cores/libretro-ffmpeg/Makefile +++ b/cores/libretro-ffmpeg/Makefile @@ -103,9 +103,9 @@ else ifneq (,$(findstring osx,$(platform))) CFLAGS += -I. -I.. -DHAVE_FMINF ifeq ($(OPENGL),1) GL_LIB := -framework OpenGL + CFLAGS += -DHAVE_OPENGL HAVE_GL := 1 HAVE_GL_FFT := 1 - CFLAGS += -DHAVE_GL endif HAVE_PTHREADS = 1 OSXVER = `sw_vers -productVersion | cut -d. -f 2`