diff --git a/Makefile.common b/Makefile.common index 8a4ebc4dfb..705f24cbaf 100644 --- a/Makefile.common +++ b/Makefile.common @@ -731,14 +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 NEED_CXX_LINKER=1 endif endif -endif endif ifeq ($(HAVE_GLES), 1)