From 144b0ed6954a33b28cfa5e4c76efb316f1d02a29 Mon Sep 17 00:00:00 2001 From: Ray San Date: Mon, 2 Oct 2017 13:06:04 +0200 Subject: Renamed gif writting library --- src/core.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/core.c') diff --git a/src/core.c b/src/core.c index 9c0c5ff2..5172a710 100644 --- a/src/core.c +++ b/src/core.c @@ -105,8 +105,8 @@ #endif #if defined(SUPPORT_GIF_RECORDING) - #define GIF_IMPLEMENTATION - #include "external/gif.h" // Support GIF recording + #define RGIF_IMPLEMENTATION + #include "external/rgif.h" // Support GIF recording #endif #if defined(__linux__) || defined(PLATFORM_WEB) -- cgit v1.2.3