From 180fb9cbffcc8ebea397c9f730c38c89b8bfc0bb Mon Sep 17 00:00:00 2001 From: twinaphex Date: Tue, 7 Jun 2016 06:14:55 +0200 Subject: [PATCH] Don't compile in rbmp_encode when HAVE_RBMP is not defined --- griffin/griffin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/griffin/griffin.c b/griffin/griffin.c index fd261fac30..31682170aa 100644 --- a/griffin/griffin.c +++ b/griffin/griffin.c @@ -246,8 +246,8 @@ VIDEO IMAGE #endif #ifdef HAVE_RBMP #include "../libretro-common/formats/bmp/rbmp.c" -#endif #include "../libretro-common/formats/bmp/rbmp_encode.c" +#endif /*============================================================ VIDEO DRIVER