From 63d1a30cf2f9fcb08ee5e63a23acafe143224b10 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sat, 3 Sep 2016 22:19:20 +0200 Subject: [PATCH] (ffmpeg core) Update --- cores/libretro-ffmpeg/Makefile.common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cores/libretro-ffmpeg/Makefile.common b/cores/libretro-ffmpeg/Makefile.common index 7765635244..5468db34a4 100644 --- a/cores/libretro-ffmpeg/Makefile.common +++ b/cores/libretro-ffmpeg/Makefile.common @@ -15,7 +15,7 @@ SWSCALE_DIR := $(BASE_DIR)/libswscale SWRESAMPLE_DIR := $(BASE_DIR)/libswresample -INCFLAGS := -I$(CORE_DIR) -I$(LIBRETRO_COMM_DIR)/include +INCFLAGS := -I$(BASE_DIR) -I$(CORE_DIR) -I$(LIBRETRO_COMM_DIR)/include LIBRETRO_SOURCE += $(CORE_DIR)/ffmpeg_core.c \ $(LIBRETRO_COMM_DIR)/queues/fifo_queue.c \