From e91d9d56371e26065b34dc77e2f38f161112b334 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Thu, 16 Jun 2016 01:08:11 +0200 Subject: [PATCH] Don't bake in GLFFT for HAVE_GLES right now --- Makefile.common | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile.common b/Makefile.common index a731da5653..9fe0094067 100644 --- a/Makefile.common +++ b/Makefile.common @@ -731,10 +731,12 @@ ifeq ($(HAVE_GL_CONTEXT), 1) ifeq ($(HAVE_FFMPEG), 1) ifneq ($(C89_BUILD), 1) ifneq ($(C90_BUILD), 1) +ifneq ($(HAVE_GLES), 1) OBJ += cores/libretro-ffmpeg/fft/fft.o DEFINES += -Ideps -DHAVE_GL_FFT endif endif +endif endif ifeq ($(HAVE_GLES), 1)