diff options
| -rw-r--r-- | src/mxf_asset.h | 4 |
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 { |
