summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-03-11 09:14:07 +0000
committerCarl Hetherington <cth@carlh.net>2014-03-11 09:14:07 +0000
commit57d6bed6141838329b1039ab52c66cc98273af91 (patch)
tree66d50e1667d64573f4dbb295cc7497ad3c3c2b42 /src
parent228c3f410a7b3a9ad1d6b0186dc185d69ec0f52c (diff)
Build fixes for OS X 10.5.
Diffstat (limited to 'src')
-rw-r--r--src/mxf_asset.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mxf_asset.h b/src/mxf_asset.h
index 7a645b7c..4eafdcba 100644
--- a/src/mxf_asset.h
+++ b/src/mxf_asset.h
@@ -30,6 +30,10 @@ namespace ASDCP {
class AESDecContext;
}
+/* Undefine some stuff that the OS X 10.5 SDK defines */
+#undef Key
+#undef set_key
+
namespace libdcp
{