summaryrefslogtreecommitdiff
path: root/tools/dcpdecryptmxf.cc
diff options
context:
space:
mode:
Diffstat (limited to 'tools/dcpdecryptmxf.cc')
-rw-r--r--tools/dcpdecryptmxf.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/dcpdecryptmxf.cc b/tools/dcpdecryptmxf.cc
index 4c615f99..33ba79bb 100644
--- a/tools/dcpdecryptmxf.cc
+++ b/tools/dcpdecryptmxf.cc
@@ -44,6 +44,7 @@
#include "mono_picture_asset.h"
#include "mono_picture_asset_writer.h"
#include "util.h"
+#include "version.h"
#include <asdcp/AS_DCP.h>
#include <getopt.h>
#include <iostream>
@@ -125,7 +126,7 @@ main (int argc, char* argv[])
switch (c) {
case 'A':
- cout << "libdcp version " << LIBDCP_VERSION << "\n";
+ cout << "libdcp version " << dcp::version << "\n";
exit (EXIT_SUCCESS);
case 'v':
verbose = true;