libva: update to libva-1.0.4

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-08-04 21:42:42 +02:00
parent e73cdde766
commit 0103301128
3 changed files with 1 additions and 6 deletions

View File

@ -11,11 +11,7 @@ $SCRIPTS/build Mesa
cd $PKG_BUILD
# apply patches provide with the source package
cat debian/patches/*.patch | patch -p1
$AUTORECONF
./configure --host=$TARGET_NAME \
--build=$HOST_NAME \
--prefix=/usr \

View File

@ -13,7 +13,6 @@ mkdir -p $INSTALL/usr/lib
rm -rf $INSTALL/usr/lib/libva-*.so*T
mkdir -p $INSTALL/usr/lib/va
# cp -PR $PKG_BUILD/dummy_drv_video/.libs/*.so $INSTALL/usr/lib/va
cp -P $PKG_BUILD/i965_drv_video/.libs/*.so $INSTALL/usr/lib/va
if [ "$DEVTOOLS" = yes ]; then

View File

@ -1 +1 @@
http://www.splitted-desktop.com/~gbeauchesne/libva/libva_0.31.1-1+sds4.tar.gz
http://cgit.freedesktop.org/libva/snapshot/libva-1.0.4.tar.bz2