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)