diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-10-28 22:11:17 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-10-28 22:11:17 +0100 |
| commit | 65355b63e3f3a9c475613acd4c0991e3687aeacc (patch) | |
| tree | d5253a6216ccfefbb380f86f879fab15b6e2bf4f /run/dcpomatic_player | |
| parent | 57bb9e40975a75aa3a943fa81965453fef847d80 (diff) | |
WIP: time simple video view.benchmark
Diffstat (limited to 'run/dcpomatic_player')
| -rwxr-xr-x | run/dcpomatic_player | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/run/dcpomatic_player b/run/dcpomatic_player index 9dc1954cf..9de29a702 100755 --- a/run/dcpomatic_player +++ b/run/dcpomatic_player @@ -1,7 +1,7 @@ #!/bin/bash export LD_LIBRARY_PATH=build/src/lib:build/src/wx:build/src/asdcplib/src:/home/c.hetherington/lib:$LD_LIBRARY_PATH -export DYLD_LIBRARY_PATH=build/src/lib:build/src/wx:build/src/asdcplib/src:/Users/c.hetherington/osx-environment/64/lib +export DYLD_LIBRARY_PATH=build/src/lib:build/src/wx:build/src/asdcplib/src:/Users/carl/osx-environment/64/lib export DCPOMATIC_GRAPHICS=graphics if [ "$1" == "--debug" ]; then shift |
