summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-04-24 13:48:11 +0100
committerCarl Hetherington <cth@carlh.net>2013-04-24 13:48:11 +0100
commit228ecfd69716436578246f12db3139d0de32fce3 (patch)
tree224b5830610cc2f6194681ef29f86c132e1c5e40
parentf985e5e8cccaa44704d51dcfea3cc5042e22781f (diff)
parent7836aa40bdde4354b2a816995faa09fa609917cf (diff)
Merge branch 'master' of /home/carl/git/libdcp
-rw-r--r--src/types.h3
-rw-r--r--wscript2
2 files changed, 4 insertions, 1 deletions
diff --git a/src/types.h b/src/types.h
index 3fcbd58f..b1de4a0f 100644
--- a/src/types.h
+++ b/src/types.h
@@ -109,6 +109,9 @@ struct EqualityOptions {
bool mxf_names_can_differ;
};
+/* Win32 defines this */
+#undef ERROR
+
enum NoteType {
PROGRESS,
ERROR,
diff --git a/wscript b/wscript
index 01fd4a7b..c5ceb102 100644
--- a/wscript
+++ b/wscript
@@ -2,7 +2,7 @@ import subprocess
import os
APPNAME = 'libdcp'
-VERSION = '0.46pre'
+VERSION = '0.47pre'
def options(opt):
opt.load('compiler_cxx')