diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-07-16 02:47:12 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-07-16 02:47:12 +0100 |
| commit | 1ab2132f5217ae14f3a1aeb34d2f8d8b58d74ed4 (patch) | |
| tree | cf77deccf4fe8410b061c4c6c7c675de7dc97d11 /run | |
| parent | ed2505efba6defd16a1845fd0d3586d7758c3729 (diff) | |
Seems to kind-of build video MXFs.
Diffstat (limited to 'run')
| -rwxr-xr-x | run/dvdomatic | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/run/dvdomatic b/run/dvdomatic index 23b7d22ed..db8a7c432 100755 --- a/run/dvdomatic +++ b/run/dvdomatic @@ -1,6 +1,6 @@ #!/bin/bash -export LD_LIBRARY_PATH=build/src/lib:build/src/gtk:$LD_LIBRARY_PATH +export LD_LIBRARY_PATH=build/src/lib:build/src/gtk:build/src/asdcplib/src:$LD_LIBRARY_PATH if [ "$1" == "--debug" ]; then gdb --args build/src/tools/dvdomatic $2 elif [ "$1" == "--valgrind" ]; then |
