From: Johann Date: Tue, 21 May 2019 21:15:18 +0000 (-0700) Subject: remove unused svc exports X-Git-Tag: v1.8.1~41^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8198750c1514f5190de988c1912730dd509cf180;p=libvpx remove unused svc exports The spatial svc implementation has moved outside the library: commit ed8f189cccda9168fd400d1ba6661b1bc14a3afa Refactor: move svc example files to from vpx/ to  examples/ BUG=webm:1629 Change-Id: I31c3ae7b20a6bd50615d1d6e48d4f93beca939e6 --- diff --git a/libs.mk b/libs.mk index d0c4d6426..28633ce04 100644 --- a/libs.mk +++ b/libs.mk @@ -145,7 +145,6 @@ INSTALL-SRCS-$(CONFIG_CODEC_SRCS) += vpx_dsp/x86/bitdepth_conversion_sse2.asm endif CODEC_EXPORTS-yes += vpx/exports_com CODEC_EXPORTS-$(CONFIG_ENCODERS) += vpx/exports_enc -CODEC_EXPORTS-$(CONFIG_VP9_ENCODER) += vpx/exports_spatial_svc CODEC_EXPORTS-$(CONFIG_DECODERS) += vpx/exports_dec INSTALL-LIBS-yes += include/vpx/vpx_codec.h diff --git a/vpx/exports_spatial_svc b/vpx/exports_spatial_svc deleted file mode 100644 index 9d60cb635..000000000 --- a/vpx/exports_spatial_svc +++ /dev/null @@ -1,5 +0,0 @@ -text vpx_svc_dump_statistics -text vpx_svc_encode -text vpx_svc_init -text vpx_svc_release -text vpx_svc_set_options