summaryrefslogtreecommitdiff
path: root/libs.mk
diff options
context:
space:
mode:
authorFrank Galligan <fgalligan@google.com>2014-02-05 17:44:42 -0800
committerFrank Galligan <fgalligan@google.com>2014-02-10 14:08:11 -0800
commite8e152799be60b5bc070c6b115df12a6c1e3b176 (patch)
tree9db288604a35db4ed7aa6cdfef1dec40c3653774 /libs.mk
parent5f5c262766e6705732869c295bf2b2cba14ed363 (diff)
downloadlibvpx-e8e152799be60b5bc070c6b115df12a6c1e3b176.tar.gz
Add get release decoder frame buffer functions.
This CL changes libvpx to call a function when a frame buffer is needed for decode. Libvpx will call a release callback when no other frames reference the frame buffer. This CL adds a default implementation of the frame buffer callbacks. Currently only VP9 is supported. A future CL will add support for applications to supply their own frame buffer callbacks. Change-Id: I1405a320118f1cdd95f80c670d52b085a62cb10d
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 cc40451d4..6fd5794ed 100644
--- a/libs.mk
+++ b/libs.mk
@@ -182,6 +182,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