mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
move package twolame:
- no more need, move to pkg-archive branch
This commit is contained in:
parent
87983ec4f4
commit
abc9052210
@ -1,20 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
|
|
||||||
. config/options
|
|
||||||
|
|
||||||
$SCRIPTS/build toolchain
|
|
||||||
#$SCRIPTS/build libsndfile
|
|
||||||
|
|
||||||
cd $PKG_BUILD
|
|
||||||
./configure --host=$TARGET_NAME \
|
|
||||||
--build=$HOST_NAME \
|
|
||||||
--prefix=/usr \
|
|
||||||
--enable-static \
|
|
||||||
--disable-shared
|
|
||||||
|
|
||||||
make -C libtwolame
|
|
||||||
|
|
||||||
#$STRIP libtwolame/.libs/*.so*
|
|
||||||
|
|
||||||
$MAKEINSTALL -C libtwolame
|
|
||||||
cp twolame.pc $SYSROOT_PREFIX/usr/lib/pkgconfig
|
|
@ -1 +0,0 @@
|
|||||||
http://downloads.sourceforge.net/twolame/twolame-0.3.12.tar.gz
|
|
Loading…
x
Reference in New Issue
Block a user