1
0
mirror of https://github.com/libretro/RetroArch synced 2025-02-19 12:41:00 +00:00

Don't compile in rbmp_encode when HAVE_RBMP is not defined

This commit is contained in:
twinaphex 2016-06-07 06:14:55 +02:00
parent b45824a7a8
commit 180fb9cbff

@ -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