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 db778ff..dab7554 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)