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-test.cpp | |
| parent | 174a1e30ef431989b0b9b0812bc38c79db8331a4 (diff) | |
fixed conditional XML parser support
Diffstat (limited to 'src/asdcp-test.cpp')
| -rwxr-xr-x | src/asdcp-test.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/asdcp-test.cpp b/src/asdcp-test.cpp index 29f8c6e..ecf6f21 100755 --- a/src/asdcp-test.cpp +++ b/src/asdcp-test.cpp @@ -1478,7 +1478,6 @@ read_PCM_file(CommandOptions& Options) } -#ifdef HAVE_XERCES_C //------------------------------------------------------------------------------------------ // TimedText essence @@ -1601,7 +1600,6 @@ write_timed_text_file(CommandOptions& Options) return result; } -#endif //HAVE_XERCES_C // Read one or more timed text streams from a plaintext ASDCP file @@ -2079,11 +2077,9 @@ main(int argc, const char** argv) result = write_PCM_file(Options); break; -#ifdef HAVE_XERCES_C case ESS_TIMED_TEXT: result = write_timed_text_file(Options); break; -#endif //HAVE_XERCES_C default: fprintf(stderr, "%s: Unknown file type, not ASDCP-compatible essence.\n", |
