mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
rtmpdump: add temporary hack for compatibility
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
b6a07bae3e
commit
fb02f4f239
@ -84,4 +84,8 @@ makeinstall_target() {
|
||||
|
||||
post_makeinstall_target() {
|
||||
rm -rf $INSTALL/usr/sbin
|
||||
|
||||
# to be removed: hack for "compatibility"
|
||||
mkdir -p $INSTALL/usr/lib
|
||||
ln -sf librtmp.so.1 $INSTALL/usr/lib/librtmp.so.0
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user