From fd3ce3bf3b35612952cfbdaab0bfa3aa0542d0c8 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 9 Sep 2015 00:16:01 +0100 Subject: Properly fix OS X libsamplerate --- ChangeLog | 5 +++++ platform/osx/make_dmg.sh | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index ebec4b007..6f4d9cb30 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2015-09-09 Carl Hetherington + + * Actually fix missing libsamplerate + dylib for OS X. + 2015-09-08 Carl Hetherington * 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"` -- cgit v1.2.3