summaryrefslogtreecommitdiff
path: root/libs.mk
diff options
context:
space:
mode:
authorFrank Galligan <fgalligan@google.com>2014-01-23 14:59:00 -0800
committerFrank Galligan <fgalligan@google.com>2014-01-24 10:10:20 -0800
commitb1c72b633ef633a1ee6e83c3556393b6fe9068c4 (patch)
treef4e86f32c9715c07f65945b0d5f51f9f4be6acb9 /libs.mk
parent63fb34c9bc6114c6ab8b4250177ff6197edacf25 (diff)
downloadlibvpx-b1c72b633ef633a1ee6e83c3556393b6fe9068c4.tar
libvpx-b1c72b633ef633a1ee6e83c3556393b6fe9068c4.tar.gz
libvpx-b1c72b633ef633a1ee6e83c3556393b6fe9068c4.tar.bz2
libvpx-b1c72b633ef633a1ee6e83c3556393b6fe9068c4.zip
Revert external frame buffer code.
A future CL will add external frame buffers differently. Squash commit of four revert commits: Revert "Increase required number of external frame buffers" This reverts commit 9e41d569d7c84dd9ca8f0047c15377a883945685. Revert "Add external constants." This reverts commit bbf53047b03106e3c2e24b28cb836cc838db5ee8. Revert "Add frame buffer lru cache." This reverts commit fbada948fa345e67acf9aa41a8f9a78f5dfe8648. Conflicts: vpxdec.c Change-Id: I76fe42419923a6ea6c75d9997cbbf941d73d3005 Revert "Add support to pass in external frame buffers." This reverts commit 10f891696bc4c972c13cc9fde2c53470501a03e2. Conflicts: test/external_frame_buffer_test.cc vp9/common/vp9_alloccommon.c vp9/common/vp9_reconinter.c vp9/decoder/vp9_decodeframe.c vp9/encoder/vp9_onyx_if.c vp9/vp9_dx_iface.c vpx/vpx_decoder.h vpx/vpx_external_frame_buffer.h vpx_scale/generic/yv12config.c vpxdec.c Change-Id: I7434cf590f1c852b38569980e4247fad0d939c2e
Diffstat (limited to 'libs.mk')
-rw-r--r--libs.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/libs.mk b/libs.mk
index 77840a456..470066a67 100644
--- a/libs.mk
+++ b/libs.mk
@@ -183,7 +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_external_frame_buffer.h
INSTALL-LIBS-yes += include/vpx/vpx_integer.h
INSTALL-LIBS-$(CONFIG_DECODERS) += include/vpx/vpx_decoder.h
INSTALL-LIBS-$(CONFIG_ENCODERS) += include/vpx/vpx_encoder.h