diff options
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rw-r--r-- | platform/osx/make_dmg.sh | 1 |
2 files changed, 5 insertions, 0 deletions
@@ -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"` |
