mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-15 06:50:32 +00:00
C90 sets C89 and should not be used
This commit is contained in:
parent
6af35e8739
commit
979c6d003e
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user