aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rwxr-xr-xlib/librtmp/darwin_package_librtmp.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/librtmp/darwin_package_librtmp.sh b/lib/librtmp/darwin_package_librtmp.sh
index d47bbb937d..0d39403b86 100755
--- a/lib/librtmp/darwin_package_librtmp.sh
+++ b/lib/librtmp/darwin_package_librtmp.sh
@@ -11,10 +11,4 @@ if [ -f $SRC_LIB_RTMP ]; then
# copy librtmp into xbmc's system directory, we
# rename it to librtmp.so and skip the symlinking.
cp $SRC_LIB_RTMP $DST_LIB_RTMP
-
- # rename any dependency libs to inside xbmc's app framework
- for a in $(otool -L "$DST_LIB_RTMP" | grep opt | awk ' { print $1 } ') ; do
- echo "Processing $a"
- install_name_tool -change "$a" @executable_path/../Frameworks/$(basename $a) "$DST_LIB_RTMP"
- done
fi