From 73261850fed90f23fe6f6d6354ddaab7b07f11b1 Mon Sep 17 00:00:00 2001 From: Johann Date: Tue, 16 Dec 2014 12:47:53 -0800 Subject: [PATCH] Allow building multi-res encoder with --shared Export vpx_codec_enc_init_multi_ver so the vp8 multi res encoder example can see it when building shared. Change-Id: Ic5222b1b6d949f39c7e50c3bc58fb76bece2a3f1 --- vpx/exports_enc | 1 + 1 file changed, 1 insertion(+) diff --git a/vpx/exports_enc b/vpx/exports_enc index 888592065..e4707ba10 100644 --- a/vpx/exports_enc +++ b/vpx/exports_enc @@ -1,5 +1,6 @@ text vpx_codec_enc_config_default text vpx_codec_enc_config_set +text vpx_codec_enc_init_multi_ver text vpx_codec_enc_init_ver text vpx_codec_encode text vpx_codec_get_cx_data -- 2.50.1