summaryrefslogtreecommitdiff
path: root/libs.mk
diff options
context:
space:
mode:
authorDmitry Kovalev <dkovalev@google.com>2013-09-29 18:00:15 -0700
committerDmitry Kovalev <dkovalev@google.com>2013-09-30 11:10:54 -0700
commite288c6015e5920286c1321362836a68b9540f916 (patch)
treee69666ea595a1d8419200074fbb80ecd7f7109d9 /libs.mk
parent0f8805e0865263763cafb9ecfe189e7e681e5d3d (diff)
downloadlibvpx-e288c6015e5920286c1321362836a68b9540f916.tar
libvpx-e288c6015e5920286c1321362836a68b9540f916.tar.gz
libvpx-e288c6015e5920286c1321362836a68b9540f916.tar.bz2
libvpx-e288c6015e5920286c1321362836a68b9540f916.zip
Removing vpx_codec_impl_{top, bottom}.h files.
It doesn't seem reasonable to have these files as our API part. Just inlining them in the source. Change-Id: Iff970bb25e72e49e7ac21990824dbf4ef8bfd2e2
Diffstat (limited to 'libs.mk')
-rw-r--r--libs.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/libs.mk b/libs.mk
index 43545e38a..4691a1258 100644
--- a/libs.mk
+++ b/libs.mk
@@ -183,8 +183,6 @@ CODEC_EXPORTS-$(CONFIG_DECODERS) += vpx/exports_dec
INSTALL-LIBS-yes += include/vpx/vpx_codec.h
INSTALL-LIBS-yes += include/vpx/vpx_image.h
INSTALL-LIBS-yes += include/vpx/vpx_integer.h
-INSTALL-LIBS-yes += include/vpx/vpx_codec_impl_top.h
-INSTALL-LIBS-yes += include/vpx/vpx_codec_impl_bottom.h
INSTALL-LIBS-$(CONFIG_DECODERS) += include/vpx/vpx_decoder.h
INSTALL-LIBS-$(CONFIG_ENCODERS) += include/vpx/vpx_encoder.h
ifeq ($(CONFIG_EXTERNAL_BUILD),yes)