summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-09-08 16:35:34 +0100
committerCarl Hetherington <cth@carlh.net>2015-09-08 16:35:34 +0100
commit272ce54d159a53be22f592922913901cfc673097 (patch)
tree31afbc128e135c6a88851bce81cc4125524c56f7
parentfd0f8d0262c56bd7c2f438b51249185d86a2b12c (diff)
Add missing libsamplerate dylib to the .app.
-rw-r--r--ChangeLog4
-rw-r--r--platform/osx/make_dmg.sh1
2 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0b38a1754..676cc7bfb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2015-09-08 c.hetherington <cth@carlh.net>
+
+ * Missing libsamplerate dylib for OS X.
+
2015-09-06 Carl Hetherington <cth@carlh.net>
* 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"`