X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fcross.cc;h=75205dc1aa11709d84b651421f452005e0399b6d;hb=422eb00b446d90e3588ae6793f676917ee195cca;hp=4991d9ae38e3fef519e4ec297c8a021c903e0eb2;hpb=85fedd82ef6f1b2330534ce91ca64c46910e8e57;p=dcpomatic.git diff --git a/src/lib/cross.cc b/src/lib/cross.cc index 4991d9ae3..75205dc1a 100644 --- a/src/lib/cross.cc +++ b/src/lib/cross.cc @@ -1,5 +1,5 @@ /* - Copyright (C) 2012-2015 Carl Hetherington + Copyright (C) 2012-2018 Carl Hetherington This file is part of DCP-o-matic. @@ -414,6 +414,12 @@ start_batch_converter (boost::filesystem::path dcpomatic) start_tool (dcpomatic, "dcpomatic2_batch", "DCP-o-matic\\ 2\\ Batch\\ Converter.app"); } +void +start_player (boost::filesystem::path dcpomatic) +{ + start_tool (dcpomatic, "dcpomatic2_player", "DCP-o-matic\\ 2\\ Player.app"); +} + uint64_t thread_id () {