shithub: libvpx

Download patch

ref: 5db296dd70366a824459fdf102cb795b62a17bd7
parent: 219ba87a93fec7144e575a5d2add1a837b49a7e8
author: James Berry <jamesberry@google.com>
date: Thu Apr 28 10:11:32 EDT 2011

bug fix 32 bit matches 64 bit

included vpx_config.h in vpx_encoder.c
to properly define FLOATING_POINT_INIT()

Change-Id: Ie518bf5c087622658e37fca90aa4ddfe79d053f6

--- a/vpx/src/vpx_encoder.c
+++ b/vpx/src/vpx_encoder.c
@@ -16,6 +16,7 @@
 #include <limits.h>
 #include <string.h>
 #include "vpx/internal/vpx_codec_internal.h"
+#include "vpx_config.h"
 
 #define SAVE_STATUS(ctx,var) (ctx?(ctx->err = var):var)