Skip to content
Snippets Groups Projects
Commit f78455a9d09b authored by Lasse Collin's avatar Lasse Collin
Browse files

Windows/MSVC: Update config.h.

parent cf29b7da1d26
No related branches found
No related tags found
No related merge requests found
......@@ -15,6 +15,9 @@
/* Define to 1 if sha256 integrity check is enabled. */
#define HAVE_CHECK_SHA256 1
/* Define to 1 if any of HAVE_DECODER_foo have been defined. */
#define HAVE_DECODERS 1
/* Define to 1 if arm decoder is enabled. */
#define HAVE_DECODER_ARM 1
......@@ -42,6 +45,9 @@
/* Define to 1 if x86 decoder is enabled. */
#define HAVE_DECODER_X86 1
/* Define to 1 if any of HAVE_ENCODER_foo have been defined. */
#define HAVE_ENCODERS 1
/* Define to 1 if arm encoder is enabled. */
#define HAVE_ENCODER_ARM 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment