libvdpau: add autoreconf support

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-11-25 18:05:02 +01:00
parent 2bf00b2854
commit b2ae5422d2

View File

@ -13,6 +13,8 @@ PKG_SHORTDESC="libvdpau: a Video Decode and Presentation API for UNIX."
PKG_LONGDESC="VDPAU is the Video Decode and Presentation API for UNIX. It provides an interface to video decode acceleration and presentation hardware present in modern GPUs."
PKG_IS_ADDON="no"
PKG_AUTORECONF="yes"
if [ "$DEVTOOLS" = "yes" ]; then
PKG_DEPENDS="$PKG_DEPENDS vdpauinfo"
fi