summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2024-12-18 00:32:36 +0100
committerCarl Hetherington <cth@carlh.net>2024-12-18 00:32:36 +0100
commitbd7b2f04e3190b6e585af1058b5a238476131ba1 (patch)
tree7673f3f1c2b7c619e000e5e3845a78669f65361a
parentf6ae3da9febaf0cf552784c11656c64ef54545be (diff)
Add resources setup to local run script.
-rwxr-xr-xrun/tools/dcpdumpsub1
1 files changed, 1 insertions, 0 deletions
diff --git a/run/tools/dcpdumpsub b/run/tools/dcpdumpsub
index 0551630b..b92b2780 100755
--- a/run/tools/dcpdumpsub
+++ b/run/tools/dcpdumpsub
@@ -2,6 +2,7 @@
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
top=$DIR/../..
+export LIBDCP_RESOURCES=$top
export LD_LIBRARY_PATH=$top/build/src:$top/build/asdcplib/src:$LD_LIBRARY_PATH
if [ "$1" == "--debug" ]; then