diff options
Diffstat (limited to 'meta/recipes-graphics/xorg-lib/libxvmc_1.0.14.bb')
| -rw-r--r-- | meta/recipes-graphics/xorg-lib/libxvmc_1.0.14.bb | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/meta/recipes-graphics/xorg-lib/libxvmc_1.0.14.bb b/meta/recipes-graphics/xorg-lib/libxvmc_1.0.14.bb new file mode 100644 index 0000000000..af18afc62d --- /dev/null +++ b/meta/recipes-graphics/xorg-lib/libxvmc_1.0.14.bb | |||
| @@ -0,0 +1,19 @@ | |||
| 1 | SUMMARY = "XvMC: X Video Motion Compensation extension library" | ||
| 2 | |||
| 3 | DESCRIPTION = "XvMC extends the X Video extension (Xv) and enables \ | ||
| 4 | hardware rendered motion compensation support." | ||
| 5 | |||
| 6 | require xorg-lib-common.inc | ||
| 7 | SRC_URI = "${XORG_MIRROR}/individual/lib/${XORG_PN}-${PV}.tar.xz" | ||
| 8 | |||
| 9 | LICENSE = "MIT" | ||
| 10 | LIC_FILES_CHKSUM = "file://COPYING;md5=0a207f08d4961489c55046c9a5e500da \ | ||
| 11 | file://wrapper/XvMCWrapper.c;endline=26;md5=5151daa8172a3f1bb0cb0e0ff157d9de" | ||
| 12 | |||
| 13 | DEPENDS += "libxext libxv xorgproto" | ||
| 14 | |||
| 15 | PE = "1" | ||
| 16 | |||
| 17 | XORG_PN = "libXvMC" | ||
| 18 | |||
| 19 | SRC_URI[sha256sum] = "e4be9eb6b6bafdbbf81f47f7163047215376e45e2dc786d0ea6181c930725ed9" | ||
