libxv: upgrade to the latest version 1.0.5

Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
This commit is contained in:
Dexuan Cui 2010-06-29 10:43:06 +08:00 committed by Richard Purdie
parent e3d0810474
commit ba45b0614f
1 changed files with 7 additions and 3 deletions

View File

@ -1,8 +1,12 @@
DESCRIPTION = "X11 Video extension library"
require xorg-lib-common.inc
DESCRIPTION = "X11 Video extension library"
LICENSE = "GPL"
LICENSE = "MIT-style"
LIC_FILES_CHKSUM = "file://COPYING;md5=916ffd3d79baef9fb56d2c2af28f93f2"
DEPENDS += "libxext videoproto"
PR = "r1"
PR = "r0"
XORG_PN = "libXv"