This update addresses the following: * viddec3test: dce_buf_lock & unlock of OutBuf_fd * display-wayland: enable cropping support * viddec3test: fixed --inloop Segmentation fault issue. * viddec3test:Handling outBufsInUseFlag for interlaced contents
Signed-off-by: Karthik Ramanan <[email protected]> --- meta-arago-extras/recipes-graphics/omapdrmtest/omapdrmtest_1.0.0.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-arago-extras/recipes-graphics/omapdrmtest/omapdrmtest_1.0.0.bb b/meta-arago-extras/recipes-graphics/omapdrmtest/omapdrmtest_1.0.0.bb index 72330fd..47d3245 100644 --- a/meta-arago-extras/recipes-graphics/omapdrmtest/omapdrmtest_1.0.0.bb +++ b/meta-arago-extras/recipes-graphics/omapdrmtest/omapdrmtest_1.0.0.bb @@ -7,8 +7,8 @@ DEPENDS = "ffmpeg libdce libdrm libgbm ti-sgx-ddk-um wayland" inherit autotools pkgconfig -PR = "r24" -SRCREV = "6a2c2afc36348421e0d73300151ec675f58a893a" +PR = "r25" +SRCREV = "6d81a5c7dc998a914c482bd8aef0d6b2ffd3aa09" EXTRA_OEMAKE = "CC="${CC}"" TARGET_CC_ARCH += "${LDFLAGS}" -- 1.9.1 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
