summaryrefslogtreecommitdiff
path: root/libs.mk
diff options
context:
space:
mode:
authorFrank Galligan <fgalligan@google.com>2014-02-11 08:19:37 -0800
committerGerrit Code Review <gerrit@gerrit.golo.chromium.org>2014-02-11 08:19:37 -0800
commitd51ca0db00104fb708482095816b75e6e64d9862 (patch)
tree5291b2721668ed4f3b4c275617a2ff0fd63615ca /libs.mk
parent803a5c67ddc139cb691704cbaf008f2d6cd1ba1f (diff)
parente8e152799be60b5bc070c6b115df12a6c1e3b176 (diff)
downloadlibvpx-d51ca0db00104fb708482095816b75e6e64d9862.tar
libvpx-d51ca0db00104fb708482095816b75e6e64d9862.tar.gz
libvpx-d51ca0db00104fb708482095816b75e6e64d9862.tar.bz2
libvpx-d51ca0db00104fb708482095816b75e6e64d9862.zip
Merge "Add get release decoder frame buffer functions."
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 6c7d0801c..eac61f289 100644
--- a/libs.mk
+++ b/libs.mk
@@ -175,6 +175,7 @@ CODEC_EXPORTS-$(CONFIG_ENCODERS) += vpx/exports_enc
CODEC_EXPORTS-$(CONFIG_DECODERS) += vpx/exports_dec
INSTALL-LIBS-yes += include/vpx/vpx_codec.h
+INSTALL-LIBS-yes += include/vpx/vpx_frame_buffer.h
INSTALL-LIBS-yes += include/vpx/vpx_image.h
INSTALL-LIBS-yes += include/vpx/vpx_integer.h
INSTALL-LIBS-$(CONFIG_DECODERS) += include/vpx/vpx_decoder.h