From 272ce54d159a53be22f592922913901cfc673097 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 8 Sep 2015 16:35:34 +0100 Subject: [PATCH 1/1] Add missing libsamplerate dylib to the .app. --- ChangeLog | 4 ++++ platform/osx/make_dmg.sh | 1 + 2 files changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index 0b38a1754..676cc7bfb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2015-09-08 c.hetherington + + * Missing libsamplerate dylib for OS X. + 2015-09-06 Carl Hetherington * Version 2.1.56 released. diff --git a/platform/osx/make_dmg.sh b/platform/osx/make_dmg.sh index 377ae6a4c..6791282ff 100644 --- a/platform/osx/make_dmg.sh +++ b/platform/osx/make_dmg.sh @@ -112,6 +112,7 @@ universal_copy_lib $ENV libpango "$WORK/$libs" universal_copy_lib $ENV libcairo "$WORK/$libs" universal_copy_lib $ENV libpixman "$WORK/$libs" universal_copy_lib $ENV libharfbuzz "$WORK/$libs" +universal_copy_lib $ENV libswresample "$WORK/$libs" relink=`echo $relink | sed -e "s/\+//g"` -- 2.30.2