Merge "Break exports for spatial_svc out to fix shared builds without it"

This commit is contained in:
Johann Koenig 2016-05-06 23:52:42 +00:00 committed by Gerrit Code Review
commit d3a62ac850
3 changed files with 9 additions and 6 deletions

View File

@ -183,6 +183,9 @@ INSTALL-SRCS-$(CONFIG_CODEC_SRCS) += third_party/x86inc/x86inc.asm
endif
CODEC_EXPORTS-yes += vpx/exports_com
CODEC_EXPORTS-$(CONFIG_ENCODERS) += vpx/exports_enc
ifeq ($(CONFIG_SPATIAL_SVC),yes)
CODEC_EXPORTS-$(CONFIG_ENCODERS) += vpx/exports_spatial_svc
endif
CODEC_EXPORTS-$(CONFIG_DECODERS) += vpx/exports_dec
INSTALL-LIBS-yes += include/vpx/vpx_codec.h

View File

@ -7,9 +7,3 @@ text vpx_codec_get_cx_data
text vpx_codec_get_global_headers
text vpx_codec_get_preview_frame
text vpx_codec_set_cx_data_buf
text vpx_svc_dump_statistics
text vpx_svc_encode
text vpx_svc_get_message
text vpx_svc_init
text vpx_svc_release
text vpx_svc_set_options

6
vpx/exports_spatial_svc Normal file
View File

@ -0,0 +1,6 @@
text vpx_svc_dump_statistics
text vpx_svc_encode
text vpx_svc_get_message
text vpx_svc_init
text vpx_svc_release
text vpx_svc_set_options