support building vp8 and vp9 into a single lib
Change-Id: Ib8f8a66c9fd31e508cdc9caa662192f38433aa3d
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
*/
|
||||
|
||||
|
||||
#include "vpx_rtcd.h"
|
||||
#include "vp8_rtcd.h"
|
||||
#include "vpx/vpx_codec.h"
|
||||
#include "vpx/internal/vpx_codec_internal.h"
|
||||
#include "vpx_version.h"
|
||||
@@ -582,7 +582,7 @@ static vpx_codec_err_t vp8e_init(vpx_codec_ctx_t *ctx,
|
||||
|
||||
struct VP8_COMP *optr;
|
||||
|
||||
vpx_rtcd();
|
||||
vp8_rtcd();
|
||||
|
||||
if (!ctx->priv)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user