summaryrefslogtreecommitdiff
path: root/run/dvdomatic
diff options
context:
space:
mode:
Diffstat (limited to 'run/dvdomatic')
-rwxr-xr-xrun/dvdomatic5
1 files changed, 3 insertions, 2 deletions
diff --git a/run/dvdomatic b/run/dvdomatic
index db8a7c432..3aa1cf5e8 100755
--- a/run/dvdomatic
+++ b/run/dvdomatic
@@ -1,10 +1,11 @@
#!/bin/bash
-export LD_LIBRARY_PATH=build/src/lib:build/src/gtk:build/src/asdcplib/src:$LD_LIBRARY_PATH
+export LD_LIBRARY_PATH=build/src/lib:build/src/wx:build/src/asdcplib/src:$LD_LIBRARY_PATH
if [ "$1" == "--debug" ]; then
gdb --args build/src/tools/dvdomatic $2
elif [ "$1" == "--valgrind" ]; then
valgrind --tool="memcheck" build/src/tools/dvdomatic $2
else
- build/src/tools/dvdomatic "$1"
+ build/src/tools/dvdomatic
+# "$1"
fi