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`