diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-07-29 22:04:08 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-07-29 22:04:08 +0100 |
| commit | dc3fb5c3c4759588910ba200c17bd0c4347abb26 (patch) | |
| tree | 871727e8e6e412a1078ea233de54c2cffa25e8e7 | |
| parent | 08cb975e2f593791ba209002b79624ed93b9e600 (diff) | |
Resolve dependent libs for ffprobe.
| -rw-r--r-- | platform/osx/make_dmg.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/platform/osx/make_dmg.sh b/platform/osx/make_dmg.sh index 2b5b2d176..97ec8fdf9 100644 --- a/platform/osx/make_dmg.sh +++ b/platform/osx/make_dmg.sh @@ -74,7 +74,7 @@ universal_copy $ENV lib/libexpat*.dylib $WORK/$libs universal_copy $ENV lib/libltdl*.dylib $WORK/$libs universal_copy $ENV lib/libxmlsec1*.dylib $WORK/$libs -for obj in $WORK/$macos/dcpomatic $WORK/$libs/*.dylib; do +for obj in $WORK/$macos/dcpomatic $WORK/$macos/ffprobe $WORK/$libs/*.dylib; do deps=`otool -L $obj | awk '{print $1}' | egrep "(/Users/carl|libboost|libssh)"` changes="" for dep in $deps; do @@ -83,7 +83,7 @@ for obj in $WORK/$macos/dcpomatic $WORK/$libs/*.dylib; do done if test "x$changes" != "x"; then install_name_tool $changes $obj - fi + fi done cp build/platform/osx/Info.plist $WORK/$approot |
