summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authormikey <mikey@cinecert.com>2012-08-08 00:43:30 +0000
committermikey <>2012-08-08 00:43:30 +0000
commitc696b39b7eacc54b92debe48e41c843fa4b25ae1 (patch)
tree116c8f6861558a2ee50d293d4be17b1836ea4060 /src
parentbda81c933a1a4a07ec01d348981b5ab5cf301568 (diff)
update
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am23
1 files changed, 5 insertions, 18 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 77a4e69..51b77b0 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -40,7 +40,8 @@ endif
# list of all the header files that should be installed
include_HEADERS = KM_error.h KM_fileio.h KM_log.h KM_memio.h KM_mutex.h \
- KM_platform.h KM_prng.h KM_util.h KM_tai.h KM_xml.h AS_DCP.h AS_02.h
+ KM_platform.h KM_prng.h KM_util.h KM_tai.h KM_xml.h AS_DCP.h
+
if DEV_HEADERS
include_HEADERS += S12MTimecode.h MDD.h Metadata.h KLV.h MXFTypes.h MXF.h Wav.h \
PCMParserList.h
@@ -49,7 +50,7 @@ endif
# list of the libraries to build and install
-lib_LTLIBRARIES = libkumu.la libasdcp.la libas02.la
+lib_LTLIBRARIES = libkumu.la libasdcp.la
# sources for kumu library
libkumu_la_SOURCES = KM_error.h KM_fileio.cpp KM_fileio.h KM_log.cpp KM_log.h \
@@ -82,14 +83,6 @@ libasdcp_la_LIBADD = libkumu.la
libasdcp_la_CPPFLAGS = -DASDCP_PLATFORM=\"@host@\"
-# sources for as-02 library
-libas02_la_SOURCES = \
- AS_02.h AS_02_MXF.cpp AS_02_JP2K.cpp AS_02_PCM.cpp h__02_Reader.cpp h__02_Writer.cpp AS_02_internal.h
-libas02_la_LDFLAGS = -release @VERSION@
-libas02_la_LIBADD = libasdcp.la libkumu.la
-libas02_la_CPPFLAGS = -DASDCP_PLATFORM=\"@host@\"
-
-
# Python extension
if PYTHON_USE
lib_LTLIBRARIES += libpyasdcp.la
@@ -104,6 +97,7 @@ nodist_libpyasdcp_la_SOURCES = \
asdcp_python_writerinfo.h \
asdcp_wrappers.h \
asdcp_python_mxf.cpp \
+ asdcp_python_mxf.h \
asdcp_python_mxf_text.cpp \
asdcp_python_mxf_metadata.cpp
@@ -131,20 +125,13 @@ endif
# list of programs to be built and installed
bin_PROGRAMS = \
asdcp-wrap asdcp-unwrap asdcp-util asdcp-info asdcp-test \
- as-02-wrap as-02-unwrap \
j2c-test blackwave klvwalk wavesplit \
- kmfilegen kmrandgen kmuuidgen
+ kmfilegen kmrandgen kmuuidgen
# sources and linkage for CLI utilities
asdcp_test_SOURCES = asdcp-test.cpp
asdcp_test_LDADD = libasdcp.la
-as_02_wrap_SOURCES = as-02-wrap.cpp
-as_02_wrap_LDADD = libas02.la
-
-as_02_unwrap_SOURCES = as-02-unwrap.cpp
-as_02_unwrap_LDADD = libas02.la
-
asdcp_wrap_SOURCES = asdcp-wrap.cpp
asdcp_wrap_LDADD = libasdcp.la