mirror of https://github.com/mgba-emu/mgba.git
Video: Fix ImageMagick warnings
This commit is contained in:
parent
279cc1027b
commit
636e01d8df
|
@ -3,6 +3,9 @@
|
|||
|
||||
#include "gba-thread.h"
|
||||
|
||||
#define MAGICKCORE_HDRI_ENABLE 0
|
||||
#define MAGICKCORE_QUANTUM_DEPTH 8
|
||||
|
||||
#include <wand/MagickWand.h>
|
||||
|
||||
struct ImageMagickGIFEncoder {
|
||||
|
|
Loading…
Reference in New Issue