Update Makefiles / ffmpeg core

This commit is contained in:
twinaphex 2016-09-03 21:59:52 +02:00
parent a1eff7930c
commit 249733b06d
3 changed files with 2347 additions and 1928 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -1711,3 +1711,13 @@ void CORE_PREFIX(retro_cheat_set)(unsigned index, bool enabled, const char *code
(void)enabled;
(void)code;
}
#if defined(LIBRETRO_SWITCH)
#ifdef ARCH_X86
#include "../libswresample/resample.h"
void swri_resample_dsp_init(ResampleContext *c)
{}
#endif
#endif