summaryrefslogtreecommitdiff
path: root/run/dcpomatic_player
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2021-11-21 14:32:45 +0100
committerCarl Hetherington <cth@carlh.net>2021-11-25 00:55:02 +0100
commit72ee4688cbaef0832eb44dee78063bbc0df97bf8 (patch)
treebcc4d4325961936366458f749fb14f145d98a6f9 /run/dcpomatic_player
parentd930131bac027fb37af01c2326f5a76ebc23fef7 (diff)
Add fastvideo J2K encoding backend.
Diffstat (limited to 'run/dcpomatic_player')
-rwxr-xr-xrun/dcpomatic_player2
1 files changed, 1 insertions, 1 deletions
diff --git a/run/dcpomatic_player b/run/dcpomatic_player
index 168fa9bb1..dfc1ccaf8 100755
--- a/run/dcpomatic_player
+++ b/run/dcpomatic_player
@@ -1,6 +1,6 @@
#!/bin/bash
-export LD_LIBRARY_PATH=build/src/lib:build/src/wx:build/src/asdcplib/src:$LD_LIBRARY_PATH
+export LD_LIBRARY_PATH=build/src/lib:build/src:/home/carl/fastvideo/current/fastvideo_sdk/lib:/home/carl/fastvideo/current/bin:$LD_LIBRARY_PATH
export DYLD_LIBRARY_PATH=$build/src/lib:$build/src/wx:$build/src/asdcplib/src:/Users/ci/osx-environment/x86_64/10.10/lib
export DCPOMATIC_GRAPHICS=graphics
if [ "$1" == "--debug" ]; then