Build fixes for OS X 10.5.
authorCarl Hetherington <cth@carlh.net>
Tue, 11 Mar 2014 09:14:07 +0000 (09:14 +0000)
committerCarl Hetherington <cth@carlh.net>
Tue, 11 Mar 2014 09:14:07 +0000 (09:14 +0000)
src/mxf_asset.h

index 7a645b7cc034a1318aefc5409c63c632ce7e20aa..4eafdcba935b37b714b0baa70c7f634957944e69 100644 (file)
@@ -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
 {