From 8b7646073e89effe38ce326f45a4babe32b2d5d6 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 3 Dec 2019 17:20:59 +0100 Subject: asdcplib now suffixed with -carl not -cth. --- platform/osx/make_dmg.sh | 4 ++-- platform/windows/wscript | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'platform') diff --git a/platform/osx/make_dmg.sh b/platform/osx/make_dmg.sh index 248802d6b..ab5dd3934 100644 --- a/platform/osx/make_dmg.sh +++ b/platform/osx/make_dmg.sh @@ -110,8 +110,8 @@ function copy_libs { local dest="$1" copy_lib_root libcxml "$dest" copy_lib_root libdcp-1.0 "$dest" - copy_lib_root libasdcp-cth "$dest" - copy_lib_root libkumu-cth "$dest" + copy_lib_root libasdcp-carl "$dest" + copy_lib_root libkumu-carl "$dest" copy_lib_root libsub "$dest" copy_lib_root libopenjp2 "$dest" copy_lib_root libavdevice "$dest" diff --git a/platform/windows/wscript b/platform/windows/wscript index 865b1b4e3..933c4078f 100644 --- a/platform/windows/wscript +++ b/platform/windows/wscript @@ -162,8 +162,8 @@ File "%static_deps%/bin/libgcrypt-20.dll" File "%static_deps%/bin/libpangoft2-1.0-0.dll" File "%static_deps%/bin/libx264-152.dll" -File "%cdist_deps%/bin/asdcp-cth.dll" -File "%cdist_deps%/bin/kumu-cth.dll" +File "%cdist_deps%/bin/asdcp-carl.dll" +File "%cdist_deps%/bin/kumu-carl.dll" """, file=f) if windows_version == 'xp': -- cgit v1.2.3