diff options
| author | jhurst <jhurst@cinecert.com> | 2014-09-21 13:27:43 +0000 |
|---|---|---|
| committer | jhurst <> | 2014-09-21 13:27:43 +0000 |
| commit | ab3e3df49a9d4a44a3bf11211e31bdeac3ef7bcf (patch) | |
| tree | 52023c92807dde6cb56835e957349327f1b9df0b /src/Makefile.am | |
| parent | 8d24b6effb0377fc3041c2e024e7c5593caecc52 (diff) | |
imf bugs
date parse bug
timed-text transform removed
Diffstat (limited to 'src/Makefile.am')
| -rw-r--r-- | src/Makefile.am | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index ef44ffd..4592918 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -132,7 +132,9 @@ libas02_la_SOURCES = \ h__02_Reader.cpp \ h__02_Writer.cpp \ AS_02_JP2K.cpp \ - AS_02_PCM.cpp + AS_02_PCM.cpp \ + ST2052_TextParser.cpp \ + AS_02_TimedText.cpp libas02_la_LDFLAGS = -release @VERSION@ libas02_la_LIBADD = libasdcp.la libkumu.la @@ -155,7 +157,7 @@ nodist_libpyasdcp_la_SOURCES = \ asdcp_python_mxf.cpp \ asdcp_python_mxf.h \ asdcp_python_mxf_text.cpp \ - asdcp_python_mxf_metadata.cpp + asdcp_python_mxf_metadata.cpp libpyasdcp_la_CPPFLAGS = @PYTHON_CPPFLAGS@ |
