rtmpdump: remove wrong install script

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-06-23 16:19:08 +02:00
parent b1e7f626a5
commit ebda5eb7fb

View File

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