summaryrefslogtreecommitdiff
path: root/libs.mk
diff options
context:
space:
mode:
authorFrank Galligan <fgalligan@google.com>2013-12-11 09:06:35 -0800
committerFrank Galligan <fgalligan@google.com>2013-12-15 18:45:46 -0800
commit10f891696bc4c972c13cc9fde2c53470501a03e2 (patch)
tree21d8f81ea2df7408f5e1e16e547c2113d0c99012 /libs.mk
parent52b2d50db4d194b7484e8ca0bec4c8c71bf94eaa (diff)
downloadlibvpx-10f891696bc4c972c13cc9fde2c53470501a03e2.tar.gz
Add support to pass in external frame buffers.
VP9 decoder can now use frame buffers passed in by the application. Change-Id: I599527ec85c577f3f5552831d79a693884fafb73
Diffstat (limited to 'libs.mk')
-rw-r--r--libs.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs.mk b/libs.mk
index 40628338f..8340eeebe 100644
--- a/libs.mk
+++ b/libs.mk
@@ -183,6 +183,7 @@ 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