diff options
| author | jhurst <jhurst@cinecert.com> | 2021-05-31 10:21:33 -0700 |
|---|---|---|
| committer | jhurst <jhurst@cinecert.com> | 2021-05-31 10:21:33 -0700 |
| commit | 8380aef198b34a020e0bc76dcf4b5e97c27da553 (patch) | |
| tree | 276cf0ce265e742030abb4bdfc2ea18cb60c3a04 /src/Makefile.am | |
| parent | f9d7fbc33aa571c547d916b145712469efd9f4b8 (diff) | |
JXS support without the legacy PictureDescriptor pattern
Diffstat (limited to 'src/Makefile.am')
| -rw-r--r-- | src/Makefile.am | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 179bf05..5a7f9ed 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -152,6 +152,10 @@ libasdcp_la_LIBADD = libkumu.la libasdcp_la_CPPFLAGS = -DASDCP_PLATFORM=\"@host@\" if USE_AS_02 +if ! USE_ASDCP_JXS +libasdcp_la_SOURCES += JXS_Codestream_Parser.cpp JXS_Sequence_Parser.cpp JXS.cpp +endif + # sources for as-02 library libas02_la_SOURCES = \ AS_02.h \ @@ -212,6 +216,7 @@ bin_PROGRAMS = \ if USE_AS_02 bin_PROGRAMS += \ as-02-wrap \ + as-02-wrap-jxs \ as-02-unwrap \ as-02-info endif @@ -269,6 +274,9 @@ if USE_AS_02 as_02_wrap_SOURCES = as-02-wrap.cpp as_02_wrap_LDADD = libas02.la libasdcp.la libkumu.la +as_02_wrap_jxs_SOURCES = as-02-wrap-jxs.cpp +as_02_wrap_jxs_LDADD = libas02.la libasdcp.la libkumu.la + as_02_unwrap_SOURCES = as-02-unwrap.cpp as_02_unwrap_LDADD = libas02.la libasdcp.la libkumu.la |
