Skip to content
This repository has been archived by the owner on Mar 23, 2023. It is now read-only.

Commit

Permalink
libimxvpuapi: Update to version 0.10.1
Browse files Browse the repository at this point in the history
Changes:

- add debian packaging files
- update waf to version 1.8.16
- add workaround in wscript to prevent stale pkg-config .pc files
- fix memory leak by adding missing IOFreeVirtMem() call in vpulib backend

Signed-off-by: Carlos Rafael Giani <dv@pseudoterminal.org>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
  • Loading branch information
dv1 authored and otavio committed Dec 21, 2015
1 parent 9d2981e commit 1dd6a5b
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -6,7 +6,7 @@ SECTION = "multimedia"
DEPENDS = "imx-vpu"

SRCBRANCH ?= "master"
SRCREV = "d44fb50780b9de319315cf2f0423def47b58df78"
SRCREV = "58ad556180fc3868f26af0a55504dc461e2fb7e9"
SRC_URI = "git://github.com/Freescale/libimxvpuapi.git;branch=${SRCBRANCH}"

S = "${WORKDIR}/git"
Expand Down

0 comments on commit 1dd6a5b

Please sign in to comment.