diff options
| author | John Hurst <jhurst@cinecert.com> | 2021-08-26 20:36:36 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-26 20:36:36 -0700 |
| commit | bbd1517edbb83ce5807bf978fafc32a4936c6e7c (patch) | |
| tree | 6b95c83f4fa98c3e9d4831da6047c54da4cc269d /src/AS_DCP_MXF.cpp | |
| parent | 68c1e325043dafc3c57b5cb849ee8c99bc607e66 (diff) | |
| parent | 5b65f80ccb835106b6e1ee120542d493ca02336e (diff) | |
Merge pull request #6 from DolbyLaboratories/dolby/atmos_storage/asdcplib_integration/compile_without_ssl
Fix compilation without OPENSSL
Diffstat (limited to 'src/AS_DCP_MXF.cpp')
| -rwxr-xr-x | src/AS_DCP_MXF.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/AS_DCP_MXF.cpp b/src/AS_DCP_MXF.cpp index 9cb4c15..878845d 100755 --- a/src/AS_DCP_MXF.cpp +++ b/src/AS_DCP_MXF.cpp @@ -466,6 +466,8 @@ ASDCP::RawEssenceType(const std::string& filename, EssenceType_t& type) return result; } +#ifdef HAVE_OPENSSL + // Result_t ASDCP::EncryptFrameBuffer(const ASDCP::FrameBuffer& FBin, ASDCP::FrameBuffer& FBout, AESEncContext* Ctx) @@ -721,6 +723,8 @@ ASDCP::IntegrityPack::TestValues(const ASDCP::FrameBuffer& FB, const byte_t* Ass return result; } +#endif //HAVE_OPENSSL + // // end AS_DCP_MXF.cpp // |
