From 242b511387e1f1fcc21de8569cc3c6d19b7e6825 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Thu, 3 Mar 2016 18:18:41 +0100 Subject: [PATCH] Ifdef with RARCH_INTERNAL --- cores/libretro-ffmpeg/ffmpeg_core.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cores/libretro-ffmpeg/ffmpeg_core.c b/cores/libretro-ffmpeg/ffmpeg_core.c index de3266d681..c1c85cddf1 100644 --- a/cores/libretro-ffmpeg/ffmpeg_core.c +++ b/cores/libretro-ffmpeg/ffmpeg_core.c @@ -5,9 +5,11 @@ #include #include +#ifdef RARCH_INTERNAL #ifdef HAVE_CONFIG_H #include "config.h" #endif +#endif #ifdef __cplusplus extern "C" {