From 979c6d003ea1546f43cd2d048eaa23bb67083b73 Mon Sep 17 00:00:00 2001 From: Alcaro Date: Fri, 15 Jul 2016 15:40:52 +0200 Subject: [PATCH] C90 sets C89 and should not be used --- Makefile.common | 2 -- 1 file changed, 2 deletions(-) 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)