mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-27 20:56:55 +00:00
new package:
- add libvdpau
This commit is contained in:
parent
cafa62ed31
commit
3db3d42fe2
17
packages/sysutils/libvdpau/build
Executable file
17
packages/sysutils/libvdpau/build
Executable file
@ -0,0 +1,17 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
. config/options
|
||||||
|
|
||||||
|
$SCRIPTS/build toolchain
|
||||||
|
$SCRIPTS/build libX11
|
||||||
|
|
||||||
|
cd $PKG_BUILD
|
||||||
|
./configure --host=$TARGET_NAME \
|
||||||
|
--build=$HOST_NAME \
|
||||||
|
--prefix=/usr \
|
||||||
|
--enable-shared \
|
||||||
|
--disable-static \
|
||||||
|
|
||||||
|
make
|
||||||
|
|
||||||
|
$MAKEINSTALL
|
9
packages/sysutils/libvdpau/install
Executable file
9
packages/sysutils/libvdpau/install
Executable file
@ -0,0 +1,9 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
. config/options
|
||||||
|
|
||||||
|
$SCRIPTS/install libX11
|
||||||
|
|
||||||
|
mkdir -p $INSTALL/usr/lib
|
||||||
|
cp -P $PKG_BUILD/src/.libs/libvdpau.so* $INSTALL/usr/lib
|
||||||
|
cp -P $PKG_BUILD/trace/.libs/libvdpau_trace.so* $INSTALL/usr/lib
|
1
packages/sysutils/libvdpau/url
Normal file
1
packages/sysutils/libvdpau/url
Normal file
@ -0,0 +1 @@
|
|||||||
|
http://people.freedesktop.org/~aplattner/vdpau/libvdpau-0.3.tar.gz
|
Loading…
x
Reference in New Issue
Block a user