summaryrefslogtreecommitdiff
path: root/run/tools
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-02-06 23:08:28 +0000
committerCarl Hetherington <cth@carlh.net>2015-02-06 23:08:28 +0000
commitdf471037a1b1937725ef1cf13e98b58723f5960e (patch)
treee1dcc56ef534e9413cae7fc3ab9990af41fb4a1d /run/tools
parent3bae0c4365b52bb171c97c41bfe107442952ac5f (diff)
parent04e22d37316badc8b46a6e7d390ef9917faf7985 (diff)
Merge branch '1.0' of ssh://main.carlh.net/home/carl/git/libdcp into 1.0
Diffstat (limited to 'run/tools')
-rwxr-xr-xrun/tools/dcpdiff2
1 files changed, 1 insertions, 1 deletions
diff --git a/run/tools/dcpdiff b/run/tools/dcpdiff
index ab21937c..0d8c8d30 100755
--- a/run/tools/dcpdiff
+++ b/run/tools/dcpdiff
@@ -1,6 +1,6 @@
#!/bin/bash
-export LD_LIBRARY_PATH=build/src
+export LD_LIBRARY_PATH=build/src:build/asdcplib/src:$LD_LIBRARY_PATH
if [ "$1" == "--debug" ]; then
shift
gdb --args build/tools/dcpdiff "$@"