]> granicus.if.org Git - libvpx/commitdiff
bug fix 32 bit matches 64 bit
authorJames Berry <jamesberry@google.com>
Thu, 28 Apr 2011 18:11:32 +0000 (14:11 -0400)
committerJames Berry <jamesberry@google.com>
Thu, 28 Apr 2011 18:11:32 +0000 (14:11 -0400)
included vpx_config.h in vpx_encoder.c
to properly define FLOATING_POINT_INIT()

Change-Id: Ie518bf5c087622658e37fca90aa4ddfe79d053f6

vpx/src/vpx_encoder.c

index db778ffc90e74f6d163b78f13415d83d5e954291..dab7554308137180f651edd30905fad5389df364 100644 (file)
@@ -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)