mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 21:56:42 +00:00
rtmpdump: remove wrong install script
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
b1e7f626a5
commit
ebda5eb7fb
@ -1,11 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
|
|
||||||
. config/options
|
|
||||||
|
|
||||||
LIBVPX_SO=`ls -d $PKG_BUILD/libvpx.so*`
|
|
||||||
LIBVPX_SONAME=`basename $LIBVPX_SO`
|
|
||||||
|
|
||||||
mkdir -p $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