Add mono switch to mixer strips (mantis 1068)
[ardour.git] / gtk2_ardour / arval
old mode 100755 (executable)
new mode 100644 (file)
index 5254ad4..f8c8a33
@@ -1,3 +1,5 @@
 #!/bin/sh
-source ardev_common.sh
-exec valgrind --num-callers=12 --tool=memcheck ./ardour.bin --novst $*
+. `dirname "$0"`/../build/default/gtk2_ardour/ardev_common_waf.sh
+LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH
+export ARDOUR_RUNNING_UNDER_VALGRIND=TRUE
+exec valgrind  --num-callers=50 --tool=memcheck $TOP/$EXECUTABLE --novst "$@"