summaryrefslogtreecommitdiff
path: root/run
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-06-08 10:43:32 +0100
committerCarl Hetherington <cth@carlh.net>2015-06-08 10:43:32 +0100
commitaa1a3dae4f5eee2ccf6f03a005b24242986e1626 (patch)
tree098eb4f641b27850e10d4fe7367b4decd0469419 /run
parent43515be4f21d92d66f28588bcd0dc93ee517d301 (diff)
Fix subs_in_out to support SMPTE.
Diffstat (limited to 'run')
-rwxr-xr-xrun/test/subs_in_out2
1 files changed, 1 insertions, 1 deletions
diff --git a/run/test/subs_in_out b/run/test/subs_in_out
index cd464dac..2b43d856 100755
--- a/run/test/subs_in_out
+++ b/run/test/subs_in_out
@@ -1,6 +1,6 @@
#!/bin/bash
-export LD_LIBRARY_PATH=build/src
+export LD_LIBRARY_PATH=build/src:build/src/asdcplib:$LD_LIBRARY_PATH
if [ "$1" == "--debug" ]; then
shift
gdb --args build/test/subs_in_out "$@"