mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-31 22:47:51 +00:00
libvpx: fix installation
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
27f67375b4
commit
b157a21487
@ -19,7 +19,7 @@ esac
|
|||||||
export MAKEFLAGS=-j1
|
export MAKEFLAGS=-j1
|
||||||
export LD="$CC"
|
export LD="$CC"
|
||||||
|
|
||||||
cd $BUILD/$1*
|
cd $PKG_BUILD
|
||||||
./configure --target=$TGT \
|
./configure --target=$TGT \
|
||||||
--cpu=$TARGET_CPU \
|
--cpu=$TARGET_CPU \
|
||||||
--prefix=/usr \
|
--prefix=/usr \
|
||||||
|
@ -2,11 +2,10 @@
|
|||||||
|
|
||||||
. config/options
|
. config/options
|
||||||
|
|
||||||
cd $BUILD/$1*
|
LIBVPX_SO=`ls -d $PKG_BUILD/libvpx.so*`
|
||||||
|
LIBVPX_SONAME=`basename $LIBVPX_SO`
|
||||||
LIBVPX_SONAME=`ls -d libvpx.so*`
|
|
||||||
|
|
||||||
mkdir -p $INSTALL/usr/lib
|
mkdir -p $INSTALL/usr/lib
|
||||||
cp libvpx.so* $INSTALL/usr/lib
|
cp $PKG_BUILD/libvpx.so* $INSTALL/usr/lib
|
||||||
ln -sf $LIBVPX_SONAME $INSTALL/usr/lib/libvpx.so.0
|
ln -sf $LIBVPX_SONAME $INSTALL/usr/lib/libvpx.so.0
|
||||||
ln -sf $LIBVPX_SONAME $INSTALL/usr/lib/libvpx.so.0.9
|
ln -sf $LIBVPX_SONAME $INSTALL/usr/lib/libvpx.so.0.9
|
Loading…
x
Reference in New Issue
Block a user