diff options
author | wolfbeast <mcwerewolf@gmail.com> | 2018-11-04 15:58:52 +0100 |
---|---|---|
committer | wolfbeast <mcwerewolf@gmail.com> | 2018-11-04 15:58:52 +0100 |
commit | 7eae711faa4897a928a6a278173e527bc54e6e5b (patch) | |
tree | 9e962b4c29449f96301b279893a6b8716596917f /media/libvpx/vpx_config_x86_64-win64-vs12.h | |
parent | 0750ec552aca0c4c84e599f6d4dac29c81a676cc (diff) | |
download | UXP-7eae711faa4897a928a6a278173e527bc54e6e5b.tar UXP-7eae711faa4897a928a6a278173e527bc54e6e5b.tar.gz UXP-7eae711faa4897a928a6a278173e527bc54e6e5b.tar.lz UXP-7eae711faa4897a928a6a278173e527bc54e6e5b.tar.xz UXP-7eae711faa4897a928a6a278173e527bc54e6e5b.zip |
Clear STDINT_H defines in libvpx config before setting them for lib use.
Diffstat (limited to 'media/libvpx/vpx_config_x86_64-win64-vs12.h')
-rw-r--r-- | media/libvpx/vpx_config_x86_64-win64-vs12.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/media/libvpx/vpx_config_x86_64-win64-vs12.h b/media/libvpx/vpx_config_x86_64-win64-vs12.h index 65e45f5ba..afbaf2e43 100644 --- a/media/libvpx/vpx_config_x86_64-win64-vs12.h +++ b/media/libvpx/vpx_config_x86_64-win64-vs12.h @@ -31,6 +31,9 @@ #define HAVE_AVX 1 #define HAVE_AVX2 1 #define HAVE_VPX_PORTS 1 +#ifdef HAVE_STDINT_H +#undef HAVE_STDINT_H +#endif #define HAVE_STDINT_H 0 #define HAVE_PTHREAD_H 0 #define HAVE_SYS_MMAN_H 0 |