diff options
| author | msheby <msheby@cinecert.com> | 2009-05-27 21:29:30 +0000 |
|---|---|---|
| committer | msheby <> | 2009-05-27 21:29:30 +0000 |
| commit | 8c1af16730cee84a6780449bbbf79b3c2a69fa5c (patch) | |
| tree | 800adf7e21f52c3ba95480e6a30289ee0117acd4 /src | |
| parent | 402dab2c0071bfc62e1cb31f20642a779de73612 (diff) | |
Initial video descriptor skeleton.
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index b44876d..44b6dbc 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -83,7 +83,7 @@ lib_LTLIBRARIES += libpyasdcp.la nodist_libpyasdcp_la_SOURCES = asdcp_python.cpp asdcp_python.h \ asdcp_python_writerinfo.h asdcp_python_misc.cpp \ asdcp_python_reader.cpp asdcp_python_writer.cpp asdcp_wrappers.h \ - asdcp_python_timedtext.cpp \ + asdcp_python_descriptor.cpp \ kumu_python.cpp kumu_python.h libpyasdcp_la_CPPFLAGS = @PYTHON_CPPFLAGS@ |
