mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-03 16:07:51 +00:00
libva: update to libva-1.0.4
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
e73cdde766
commit
0103301128
@ -11,11 +11,7 @@ $SCRIPTS/build Mesa
|
|||||||
|
|
||||||
cd $PKG_BUILD
|
cd $PKG_BUILD
|
||||||
|
|
||||||
# apply patches provide with the source package
|
|
||||||
cat debian/patches/*.patch | patch -p1
|
|
||||||
|
|
||||||
$AUTORECONF
|
$AUTORECONF
|
||||||
|
|
||||||
./configure --host=$TARGET_NAME \
|
./configure --host=$TARGET_NAME \
|
||||||
--build=$HOST_NAME \
|
--build=$HOST_NAME \
|
||||||
--prefix=/usr \
|
--prefix=/usr \
|
||||||
|
@ -13,7 +13,6 @@ mkdir -p $INSTALL/usr/lib
|
|||||||
rm -rf $INSTALL/usr/lib/libva-*.so*T
|
rm -rf $INSTALL/usr/lib/libva-*.so*T
|
||||||
|
|
||||||
mkdir -p $INSTALL/usr/lib/va
|
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
|
cp -P $PKG_BUILD/i965_drv_video/.libs/*.so $INSTALL/usr/lib/va
|
||||||
|
|
||||||
if [ "$DEVTOOLS" = yes ]; then
|
if [ "$DEVTOOLS" = yes ]; then
|
||||||
|
@ -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
|
Loading…
x
Reference in New Issue
Block a user