diff options
| author | John Hurst <jhurst@cinecert.com> | 2021-02-12 08:24:11 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-12 08:24:11 -0800 |
| commit | fc2f92cb883da9f5bd94a50033c2e99e141653a1 (patch) | |
| tree | 32592b449be218bbf41efbc1afbd82a8f6cae3d7 /src/phdr-unwrap.cpp | |
| parent | 15d1d022d02d8782379dafac81fb51a9e6f5a157 (diff) | |
| parent | b5e47e45509ce3a1a696ef06583ef86a5e1e8223 (diff) | |
Merge pull request #70 from cinecert/sha1_builtin
Sha1 builtin
Diffstat (limited to 'src/phdr-unwrap.cpp')
| -rwxr-xr-x | src/phdr-unwrap.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/phdr-unwrap.cpp b/src/phdr-unwrap.cpp index 21c088c..be62110 100755 --- a/src/phdr-unwrap.cpp +++ b/src/phdr-unwrap.cpp @@ -326,6 +326,7 @@ read_JP2K_file(CommandOptions& Options) } } +#ifdef HAVE_OPENSSL if ( ASDCP_SUCCESS(result) && Options.key_flag ) { Context = new AESDecContext; @@ -347,6 +348,7 @@ read_JP2K_file(CommandOptions& Options) } } } +#endif // HAVE_OPENSSL ui32_t last_frame = Options.start_frame + ( Options.duration ? Options.duration : frame_count); if ( last_frame > frame_count ) |
