mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 05:06:43 +00:00
move package a52dec:
- no more need, move to pkg-archive branch
This commit is contained in:
parent
cccac9e3de
commit
c6f9777890
@ -1,18 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
|
|
||||||
. config/options
|
|
||||||
|
|
||||||
$SCRIPTS/build toolchain
|
|
||||||
|
|
||||||
cd $PKG_BUILD
|
|
||||||
./configure --host=$TARGET_NAME \
|
|
||||||
--build=$HOST_NAME \
|
|
||||||
--prefix=/usr \
|
|
||||||
--sysconfdir=/etc \
|
|
||||||
--localstatedir=/var \
|
|
||||||
--disable-static \
|
|
||||||
--enable-shared \
|
|
||||||
|
|
||||||
CC=$HOST_CC make
|
|
||||||
|
|
||||||
$MAKEINSTALL
|
|
@ -1,5 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
|
|
||||||
. config/options
|
|
||||||
|
|
||||||
$SCRIPTS/fixconfigtools $PKG_BUILD/autotools
|
|
@ -1 +0,0 @@
|
|||||||
http://liba52.sourceforge.net/files/a52dec-0.7.4.tar.gz
|
|
Loading…
x
Reference in New Issue
Block a user