C90 sets C89 and should not be used

This commit is contained in:
Alcaro 2016-07-15 15:40:52 +02:00
parent 6af35e8739
commit 979c6d003e

View File

@ -731,14 +731,12 @@ ifeq ($(HAVE_GL_CONTEXT), 1)
ifeq ($(HAVE_FFMPEG), 1) ifeq ($(HAVE_FFMPEG), 1)
ifneq ($(C89_BUILD), 1) ifneq ($(C89_BUILD), 1)
ifneq ($(C90_BUILD), 1)
ifneq ($(HAVE_GLES), 1) ifneq ($(HAVE_GLES), 1)
OBJ += cores/libretro-ffmpeg/fft/fft.o OBJ += cores/libretro-ffmpeg/fft/fft.o
DEFINES += -Ideps -DHAVE_GL_FFT DEFINES += -Ideps -DHAVE_GL_FFT
NEED_CXX_LINKER=1 NEED_CXX_LINKER=1
endif endif
endif endif
endif
endif endif
ifeq ($(HAVE_GLES), 1) ifeq ($(HAVE_GLES), 1)