diff options
| author | jhurst <jhurst@cinecert.com> | 2018-09-14 07:27:20 +0000 |
|---|---|---|
| committer | jhurst <> | 2018-09-14 07:27:20 +0000 |
| commit | 1193b2819266ca836d0b319d777e4e1a1cb51a49 (patch) | |
| tree | 95e8d9623f9fc5fa61a5ff1451e7fd6b11fb8ae4 /src/Makefile.am | |
| parent | 9ff2485b9d68a206a00835e1e9862c24eee7eabc (diff) | |
ACES contribution from AMPAS/Ruppel
Diffstat (limited to 'src/Makefile.am')
| -rw-r--r-- | src/Makefile.am | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 6a0abc7..4d46e26 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -141,13 +141,19 @@ if USE_AS_02 libas02_la_SOURCES = \ AS_02.h \ AS_02_internal.h \ + ACES.h \ + AS_02_ACES.h \ h__02_Reader.cpp \ h__02_Writer.cpp \ AS_02_JP2K.cpp \ AS_02_PCM.cpp \ AS_02_ISXD.cpp \ ST2052_TextParser.cpp \ - AS_02_TimedText.cpp + AS_02_TimedText.cpp \ + ACES.cpp \ + ACES_Codestream_Parser.cpp \ + ACES_Sequence_Parser.cpp \ + AS_02_ACES.cpp libas02_la_LDFLAGS = -release @VERSION@ libas02_la_LIBADD = libasdcp.la libkumu.la |
