mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-01 15:07:49 +00:00
new package:
- add inital libvpx package (not working)
This commit is contained in:
parent
a07b4f7fee
commit
ffae7a95f9
18
packages/multimedia/libvpx/build
Executable file
18
packages/multimedia/libvpx/build
Executable file
@ -0,0 +1,18 @@
|
||||
#!/bin/sh
|
||||
|
||||
. config/options
|
||||
|
||||
$SCRIPTS/build toolchain
|
||||
|
||||
cd $PKG_BUILD
|
||||
./configure --host=$TARGET_NAME \
|
||||
--build=$HOST_NAME \
|
||||
--prefix=/usr \
|
||||
--disable-static \
|
||||
--enable-shared \
|
||||
--disable-sdl \
|
||||
--without-x
|
||||
|
||||
make
|
||||
|
||||
$MAKEINSTALL
|
7
packages/multimedia/libvpx/install
Executable file
7
packages/multimedia/libvpx/install
Executable file
@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
. config/options
|
||||
|
||||
mkdir -p $INSTALL/usr/lib
|
||||
cp -PR $PKG_BUILD/libmpeg2/.libs/*.so* $INSTALL/usr/lib
|
||||
cp -PR $PKG_BUILD/libmpeg2/convert/.libs/*.so* $INSTALL/usr/lib
|
1
packages/multimedia/libvpx/url
Normal file
1
packages/multimedia/libvpx/url
Normal file
@ -0,0 +1 @@
|
||||
http://webm.googlecode.com/files/libvpx-0.9.0.tar.bz2
|
Loading…
x
Reference in New Issue
Block a user