From 918124fb0b2fdf05bf98aee2c74c85387f1d8638 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 4 Feb 2018 23:38:08 +0000 Subject: Listen for server replies on different ports on main and batch, and get servers to send replies to both (#1190). --- src/lib/util.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/lib/util.h') diff --git a/src/lib/util.h b/src/lib/util.h index 53a0a2d66..5ca198ebb 100644 --- a/src/lib/util.h +++ b/src/lib/util.h @@ -59,6 +59,7 @@ namespace dcp { #define MAX_KDM_SIZE (256 * 1024) extern std::string program_name; +extern bool is_batch_converter; struct AVSubtitle; class AudioBuffers; -- cgit v1.2.3