libdce: roll back one commit
authorKoen Kooi <k-kooi@ti.com>
Tue, 14 Dec 2010 16:20:38 +0000 (17:20 +0100)
committerKoen Kooi <koen@openembedded.org>
Tue, 14 Dec 2010 16:20:38 +0000 (17:20 +0100)
17:09 <@robclark> koen: could you try rolling back one commit in libdce, and backing out that patch to set the two extra param's?
17:09 <@robclark> I think all is not right with latest h264 decoder
17:09  * robclark had just noticed the issues with some clips about 15 minutes ago.. so needs some time to debug

Signed-off-by: Koen Kooi <k-kooi@ti.com>
recipes/ti/libdce_git.bb

index 63ff528..01b6aef 100644 (file)
@@ -5,9 +5,10 @@ LICENSE = "TI"
 inherit autotools lib_package
 
 PV = "1.0.0"
+PR = "r1"
 PR_append = "+gitr${SRCREV}"
 
-SRCREV = "340931755707a6d5a1af"
+SRCREV = "086d0bed544ecb92afde57db32c16b5e97c6f2d2"
 SRC_URI = "git://github.com/robclark/libdce.git;protocol=git"
 
 S = "${WORKDIR}/git"