From 8defa3b924bd6fbe32d35c262c158636d21b72b5 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sat, 22 Apr 2017 20:56:59 +0200 Subject: [PATCH] Update libretro-ffmpeg --- cores/libretro-ffmpeg/Makefile.common | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cores/libretro-ffmpeg/Makefile.common b/cores/libretro-ffmpeg/Makefile.common index 1c5f78a5e3..6a71b58fe3 100644 --- a/cores/libretro-ffmpeg/Makefile.common +++ b/cores/libretro-ffmpeg/Makefile.common @@ -161,8 +161,7 @@ GL_SOURCE += $(LIBRETRO_COMM_DIR)/glsym/rglgen.c ifeq ($(HAVE_GL_FFT), 1) DEFINES += -DHAVE_GL_FFT - INCFLAGS += -I$(CORE_DIR)/fft - FFT_SOURCE += $(CORE_DIR)/fft/fft.cpp + FFT_SOURCE += $(CORE_DIR)/ffmpeg_fft.c endif endif @@ -177,6 +176,7 @@ SOURCES_C := $(GL_SOURCE) \ $(LIBAVFORMAT_SOURCE) \ $(LIBSWSCALE_SOURCE) \ $(LIBAVCODEC_SOURCE) \ + $(FFT_SOURCE) \ $(LIBSWRESAMPLE_SOURCE) -SOURCES_CXX := $(FFT_SOURCE) +SOURCES_CXX :=