mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
move package x264:
- no more need, move to pkg-archive branch
This commit is contained in:
parent
f30f98a8f6
commit
3befbd5017
@ -1,16 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
|
|
||||||
. config/options
|
|
||||||
|
|
||||||
$SCRIPTS/build toolchain
|
|
||||||
|
|
||||||
cd $PKG_BUILD
|
|
||||||
./configure --host=$TARGET_NAME \
|
|
||||||
--prefix=/usr \
|
|
||||||
--enable-mp4-output \
|
|
||||||
--enable-pthread \
|
|
||||||
--enable-shared \
|
|
||||||
--disable-asm
|
|
||||||
make
|
|
||||||
|
|
||||||
$MAKEINSTALL
|
|
@ -1,6 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
|
|
||||||
. config/options
|
|
||||||
|
|
||||||
mkdir -p $INSTALL/usr/lib
|
|
||||||
cp -PR $PKG_BUILD/renderutil/.libs/*.so* $INSTALL/usr/lib
|
|
@ -1 +0,0 @@
|
|||||||
ftp://ftp.videolan.org/pub/videolan/x264/snapshots/x264-snapshot-20090718-2245.tar.bz2
|
|
Loading…
x
Reference in New Issue
Block a user