bug fix 32 bit matches 64 bit
included vpx_config.h in vpx_encoder.c to properly define FLOATING_POINT_INIT() Change-Id: Ie518bf5c087622658e37fca90aa4ddfe79d053f6
This commit is contained in:
parent
219ba87a93
commit
5db296dd70
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user