Don't bake in GLFFT for HAVE_GLES right now

This commit is contained in:
twinaphex 2016-06-16 01:08:11 +02:00
parent f14a97ecf4
commit e91d9d5637

View File

@ -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)