Video: Fix ImageMagick warnings

This commit is contained in:
Jeffrey Pfau 2014-11-22 00:39:14 -08:00
parent 279cc1027b
commit 636e01d8df
1 changed files with 3 additions and 0 deletions

View File

@ -3,6 +3,9 @@
#include "gba-thread.h"
#define MAGICKCORE_HDRI_ENABLE 0
#define MAGICKCORE_QUANTUM_DEPTH 8
#include <wand/MagickWand.h>
struct ImageMagickGIFEncoder {