libva: fix dependencies

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2011-07-13 20:31:51 +02:00
parent 5047a48150
commit 89345817d4

View File

@ -35,10 +35,3 @@ PKG_LONGDESC="The main motivation for VAAPI (Video Acceleration API) is to enabl
PKG_IS_ADDON="no"
PKG_AUTORECONF="yes"
get_graphicdrivers
for drv in $GRAPHIC_DRIVERS; do
if [ "$drv" = fglrx ]; then
PKG_DEPENDS="$PKG_DEPENDS xvba-video"
fi
done