summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am4
-rwxr-xr-xsrc/as-02-wrap.cpp7
2 files changed, 8 insertions, 3 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 83f8597..d9c981e 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -128,10 +128,8 @@ libas02_la_SOURCES = \
AS_02_internal.h \
h__02_Reader.cpp \
h__02_Writer.cpp \
- ST2052_TextParser.cpp \
AS_02_JP2K.cpp \
- AS_02_PCM.cpp \
- AS_02_TimedText.cpp
+ AS_02_PCM.cpp
libas02_la_LDFLAGS = -release @VERSION@
libas02_la_LIBADD = libasdcp.la libkumu.la
diff --git a/src/as-02-wrap.cpp b/src/as-02-wrap.cpp
index 0a31a60..958489e 100755
--- a/src/as-02-wrap.cpp
+++ b/src/as-02-wrap.cpp
@@ -692,6 +692,11 @@ write_PCM_file(CommandOptions& Options)
}
+
+#if 0
+// NOT YET, unfinished business with ST 2052-1
+
+
//------------------------------------------------------------------------------------------
// TimedText essence
@@ -807,6 +812,8 @@ write_timed_text_file(CommandOptions& Options)
return result;
}
+#endif
+
//
int
main(int argc, const char** argv)