support building vp8 and vp9 into a single lib

Change-Id: Ib8f8a66c9fd31e508cdc9caa662192f38433aa3d
This commit is contained in:
John Koleszar
2012-11-08 17:09:30 -08:00
parent b72373de79
commit a9c7597adc
101 changed files with 395 additions and 370 deletions

View File

@@ -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)
{