diff options
author | Russell King <rmk@arm.linux.org.uk> | 2013-12-08 22:10:39 +0000 |
---|---|---|
committer | Russell King <rmk@arm.linux.org.uk> | 2013-12-08 22:15:21 +0000 |
commit | c46faad66a8d44b67b9b270649c0b9812bf9eff7 (patch) | |
tree | 57eb54f705e1059ce32be27d910edc2b91e35ece /Makefile.am | |
parent | 6fcf08e81615ac4a571220b9ebfbbb91eeeae8d0 (diff) |
Update vmeta to use the dma_buf handling now provided by libbmm v2.
This permits more flexible buffer management, as the buffers can now
be passed via a standardized mechanism to other subsystems (such as
DRM), and image data to be encoded can be accepted directly from
other subsystems without needing to be copied.
Signed-off-by: Russell King <rmk@arm.linux.org.uk>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 371482e..a714788 100644 --- a/Makefile.am +++ b/Makefile.am @@ -7,6 +7,8 @@ libvmeta_la_LDFLAGS = -avoid-version -no-undefined -export-symbols-regex "vdec_o libvmeta_la_LIBADD = @LIBBMM_LIBS@ libvmeta_la_SOURCES = \ + rb.c \ + rb.h \ vmeta_lib.c \ uio_vmeta.h |