mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-30 22:26:42 +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 LD="$CC"
|
||||
|
||||
cd $BUILD/$1*
|
||||
cd $PKG_BUILD
|
||||
./configure --target=$TGT \
|
||||
--cpu=$TARGET_CPU \
|
||||
--prefix=/usr \
|
||||
|
@ -2,11 +2,10 @@
|
||||
|
||||
. config/options
|
||||
|
||||
cd $BUILD/$1*
|
||||
|
||||
LIBVPX_SONAME=`ls -d libvpx.so*`
|
||||
LIBVPX_SO=`ls -d $PKG_BUILD/libvpx.so*`
|
||||
LIBVPX_SONAME=`basename $LIBVPX_SO`
|
||||
|
||||
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.9
|
Loading…
x
Reference in New Issue
Block a user