diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-06-08 10:43:32 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-06-08 10:43:32 +0100 |
| commit | aa1a3dae4f5eee2ccf6f03a005b24242986e1626 (patch) | |
| tree | 098eb4f641b27850e10d4fe7367b4decd0469419 /run | |
| parent | 43515be4f21d92d66f28588bcd0dc93ee517d301 (diff) | |
Fix subs_in_out to support SMPTE.
Diffstat (limited to 'run')
| -rwxr-xr-x | run/test/subs_in_out | 2 |
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 "$@" |
