rtmpdump: add temporary hack for compatibility

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2015-01-27 22:43:25 +01:00
parent 94e3fd5298
commit 99b8c84e6c

View File

@ -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
}