Skip to content

Commit

Permalink
libvdpau: Add recipe
Browse files Browse the repository at this point in the history
Needed for x86 machines

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
  • Loading branch information
koenkooi authored and shr-project committed Nov 26, 2016
1 parent c5fd46f commit bf1de4d
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions meta-oe/recipes-graphics/vdpau/libvdpau_git.bb
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
SUMMARY = "Video Decode and Presentation API for UNIX"

LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://COPYING;md5=83af8811a28727a13f04132cc33b7f58"

DEPENDS = "virtual/libx11 libxext dri2proto"

PV = "1.1.1+git${SRCPV}"

SRCREV = "a21bf7aa438f5dd40d0a300a3167aa3d6f26dccc"
SRC_URI = "git://anongit.freedesktop.org/vdpau/libvdpau"

S = "${WORKDIR}/git"

inherit autotools pkgconfig

do_install_append() {
rm -f ${D}${libdir}/*/*.la
}

FILES_${PN}-dbg += "${libdir}/vdpau/.debug"
FILES_${PN}-dev += "${libdir}/vdpau/lib*${SOLIBSDEV}"
FILES_${PN} += "${libdir}/vdpau/lib*${SOLIBS}"

0 comments on commit bf1de4d

Please sign in to comment.