summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--platform/osx/make_dmg.sh2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index ebec4b007..6f4d9cb30 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2015-09-09 Carl Hetherington <cth@carlh.net>
+
+ * Actually fix missing libsamplerate
+ dylib for OS X.
+
2015-09-08 Carl Hetherington <cth@carlh.net>
* Version 2.1.57 released.
diff --git a/platform/osx/make_dmg.sh b/platform/osx/make_dmg.sh
index 6791282ff..cbc703c36 100644
--- a/platform/osx/make_dmg.sh
+++ b/platform/osx/make_dmg.sh
@@ -112,7 +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"
+universal_copy_lib $ENV libsamplerate "$WORK/$libs"
relink=`echo $relink | sed -e "s/\+//g"`