Rework command-line parser for dcpomatic_create to allow options v2.13.103
authorCarl Hetherington <cth@carlh.net>
Wed, 16 Jan 2019 00:36:00 +0000 (00:36 +0000)
committerCarl Hetherington <cth@carlh.net>
Wed, 16 Jan 2019 23:18:24 +0000 (23:18 +0000)
commit64a9030f3869e01c488a291da1c036d4e7615388
treeeb6a9aee45b1cb730385d233de67b10d96e7a202
parent921d998469d7c3fde90893d18c2982a0685cb220
Rework command-line parser for dcpomatic_create to allow options
to be specified per content.  Use this to support 3D.
src/lib/create_cli.cc [new file with mode: 0644]
src/lib/create_cli.h [new file with mode: 0644]
src/lib/wscript
src/tools/dcpomatic_create.cc
test/create_cli_test.cc [new file with mode: 0644]
test/wscript