mirror of
https://github.com/libretro/RetroArch
synced 2025-02-22 03:40:43 +00:00
Don't compile in rbmp_encode when HAVE_RBMP is not defined
This commit is contained in:
parent
b45824a7a8
commit
180fb9cbff
@ -246,8 +246,8 @@ VIDEO IMAGE
|
|||||||
#endif
|
#endif
|
||||||
#ifdef HAVE_RBMP
|
#ifdef HAVE_RBMP
|
||||||
#include "../libretro-common/formats/bmp/rbmp.c"
|
#include "../libretro-common/formats/bmp/rbmp.c"
|
||||||
#endif
|
|
||||||
#include "../libretro-common/formats/bmp/rbmp_encode.c"
|
#include "../libretro-common/formats/bmp/rbmp_encode.c"
|
||||||
|
#endif
|
||||||
|
|
||||||
/*============================================================
|
/*============================================================
|
||||||
VIDEO DRIVER
|
VIDEO DRIVER
|
||||||
|
Loading…
x
Reference in New Issue
Block a user