Search Criteria
Package Details: libvdpau-sunxi 0.4-1
Git Clone URL: | https://aur.archlinux.org/libvdpau-sunxi.git (read-only) |
---|---|
Package Base: | libvdpau-sunxi |
Description: | VDPAU driver for Allwinner sunxi SoCs |
Upstream URL: | https://github.com/linux-sunxi/libvdpau-sunxi |
Licenses: | |
Submitter: | smotocel69 |
Maintainer: | jemk |
Last Packager: | jemk |
Votes: | 4 |
Popularity: | 0.000796 |
First Submitted: | 2013-11-10 22:29 |
Last Updated: | 2016-02-16 18:17 |
Latest Comments
ryanvade commented on 2016-04-25 01:43
aarch64 (ARMv8)?
vonfritz commented on 2014-09-29 05:45
ln -s "${pkgdir}/usr/lib/vdpau/libvdpau_sunxi.so.1" "${pkgdir}/usr/lib/vdpau/libvdpau_sunxi.so"
links to my build directory.
correct :
ln -s "libvdpau_sunxi.so.1" "${pkgdir}/usr/lib/vdpau/libvdpau_sunxi.so"
thanks