diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-03-22 12:09:40 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-03-22 12:09:40 +0000 |
| commit | 0d4c3d8793bf309cf349ee1d791528945019c011 (patch) | |
| tree | dfb8991c47ef32c3cc8b81d6ba647984c894f63a | |
| parent | 4ec7a8070dfcda1fa327df6378eaab754f119f1b (diff) | |
Run dcpomatic directly; remove postproc from run/dcpomatic hack script.
| -rwxr-xr-x | run/dcpomatic | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/run/dcpomatic b/run/dcpomatic index 544ffc040..0022e4968 100755 --- a/run/dcpomatic +++ b/run/dcpomatic @@ -27,7 +27,6 @@ if [ `uname -s` == "Darwin" ]; then cp $DEP/libavutil*.dylib $lib cp $DEP/libavcodec*.dylib $lib cp $DEP/libswscale*.dylib $lib - cp $DEP/libpostproc*.dylib $lib cp $DEP/libswresample*.dylib $lib cp $ENV/libboost_system.dylib $lib cp $ENV/libboost_filesystem.dylib $lib @@ -77,7 +76,8 @@ if [ `uname -s` == "Darwin" ]; then fi done - open $app + cd build/platform/osx/DCP-o-matic.app/Contents/MacOS + ./dcpomatic else export LD_LIBRARY_PATH=build/src/lib:build/src/wx:build/src/asdcplib/src:$LD_LIBRARY_PATH |
