mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-30 22:26:42 +00:00
rtmpdump: add install script to install shared librarys
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
a68da9c306
commit
7af8f5024e
10
packages/multimedia/rtmpdump/install
Executable file
10
packages/multimedia/rtmpdump/install
Executable file
@ -0,0 +1,10 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
. config/options $1
|
||||||
|
|
||||||
|
$SCRIPTS/install zlib
|
||||||
|
$SCRIPTS/install openssl
|
||||||
|
|
||||||
|
mkdir -p $INSTALL/usr/lib
|
||||||
|
cp -P $PKG_BUILD/librtmp/*.so* $INSTALL/usr/lib
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user