From: James Berry Date: Thu, 28 Apr 2011 18:11:32 +0000 (-0400) Subject: bug fix 32 bit matches 64 bit X-Git-Tag: v0.9.7~181 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5db296dd70366a824459fdf102cb795b62a17bd7;p=libvpx bug fix 32 bit matches 64 bit included vpx_config.h in vpx_encoder.c to properly define FLOATING_POINT_INIT() Change-Id: Ie518bf5c087622658e37fca90aa4ddfe79d053f6 --- diff --git a/vpx/src/vpx_encoder.c b/vpx/src/vpx_encoder.c index db778ffc9..dab755430 100644 --- a/vpx/src/vpx_encoder.c +++ b/vpx/src/vpx_encoder.c @@ -16,6 +16,7 @@ #include #include #include "vpx/internal/vpx_codec_internal.h" +#include "vpx_config.h" #define SAVE_STATUS(ctx,var) (ctx?(ctx->err = var):var)