diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-05-04 18:47:33 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-05-04 18:47:33 +0100 |
| commit | 0c5590dd0e3f367064a6e4d52835a609adf11a06 (patch) | |
| tree | 798a0e2cdf155c72710dcfb185106ecc3e46db41 /src/tools/wscript | |
| parent | 1738f2e7336734190bed7e94ce3d691d4a9c9e4c (diff) | |
Batch converter stub.
Diffstat (limited to 'src/tools/wscript')
| -rw-r--r-- | src/tools/wscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/wscript b/src/tools/wscript index 9f0f52152..f36f0abef 100644 --- a/src/tools/wscript +++ b/src/tools/wscript @@ -13,7 +13,7 @@ def build(bld): obj.target = t if not bld.env.DISABLE_GUI: - for t in ['dvdomatic', 'servomatic_gui']: + for t in ['dvdomatic', 'dvdomatic_batch', 'servomatic_gui']: obj = bld(features = 'cxx cxxprogram') obj.uselib = 'DCP OPENJPEG AVFORMAT AVFILTER AVCODEC AVUTIL SWSCALE POSTPROC' obj.includes = ['..'] |
