diff options
| author | jhurst <jhurst@cinecert.com> | 2020-10-08 09:08:43 -0700 |
|---|---|---|
| committer | jhurst <jhurst@cinecert.com> | 2020-10-08 09:08:43 -0700 |
| commit | 25416a414301ddf79f499373c279740a519a27b1 (patch) | |
| tree | faa123848a303a038d48ea3027414520e7998a68 /src/asdcp-wrap.cpp | |
| parent | 174a1e30ef431989b0b9b0812bc38c79db8331a4 (diff) | |
fixed conditional XML parser support
Diffstat (limited to 'src/asdcp-wrap.cpp')
| -rwxr-xr-x | src/asdcp-wrap.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/asdcp-wrap.cpp b/src/asdcp-wrap.cpp index 362ff3b..2028f53 100755 --- a/src/asdcp-wrap.cpp +++ b/src/asdcp-wrap.cpp @@ -1306,9 +1306,6 @@ write_PCM_with_ATMOS_sync_file(CommandOptions& Options) return result; } - -#ifdef HAVE_XERCES_C - //------------------------------------------------------------------------------------------ // TimedText essence @@ -1434,8 +1431,6 @@ write_timed_text_file(CommandOptions& Options) return result; } -#endif //HAVE_XERCES_C - // Write one or more plaintext Dolby ATMOS bytestreams to a plaintext ASDCP file // Write one or more plaintext Dolby ATMOS bytestreams to a ciphertext ASDCP file // @@ -1746,11 +1741,9 @@ main(int argc, const char** argv) } break; -#ifdef HAVE_XERCES_C case ESS_TIMED_TEXT: result = write_timed_text_file(Options); break; -#endif //HAVE_XERCES_C case ESS_DCDATA_DOLBY_ATMOS: result = write_dolby_atmos_file(Options); |
