diff options
author | Brion Vibber <bvibber@wikimedia.org> | 2016-05-03 04:23:17 -0400 |
---|---|---|
committer | Brion Vibber <bvibber@wikimedia.org> | 2016-05-04 15:41:41 -0400 |
commit | e2b451d9e399d0d72a24f288b8c0aa0456a59dda (patch) | |
tree | 98d128d1c7e298023d453734d9aedb3bb40ff6fe /libs.mk | |
parent | 880ee94a94684b860fd330a2e97eadb3aaab4897 (diff) | |
download | libvpx-e2b451d9e399d0d72a24f288b8c0aa0456a59dda.tar.gz |
Break exports for spatial_svc out to fix shared builds without it
Change-Id: I208c84cce216464b82eaa51945ce17a8e6625673
Diffstat (limited to 'libs.mk')
-rw-r--r-- | libs.mk | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |