gstreamer/gst/mxf/Makefile.am
Sebastian Dröge 7dad262671 gst/mxf/: "Generation UID" and "This Generation UID" are different so handle them different. Also both are not part o...
Original commit message from CVS:
* gst/mxf/Makefile.am:
* gst/mxf/mxfdemux.c:
* gst/mxf/mxfmetadata.c: (mxf_metadata_handle_tag),
(mxf_metadata_preface_handle_tag),
(mxf_metadata_identification_handle_tag),
(mxf_metadata_content_storage_handle_tag),
(mxf_metadata_essence_container_data_handle_tag),
(mxf_metadata_generic_package_handle_tag),
(mxf_metadata_track_handle_tag),
(mxf_metadata_sequence_handle_tag),
(mxf_metadata_structural_component_handle_tag),
(mxf_metadata_generic_descriptor_handle_tag),
(mxf_metadata_locator_handle_tag),
(mxf_metadata_locator_class_init):
* gst/mxf/mxfmetadata.h:
"Generation UID" and "This Generation UID" are different so handle
them different. Also both are not part of every metadata type.
2009-01-05 13:41:07 +00:00

38 lines
669 B
Makefile

plugin_LTLIBRARIES = libgstmxf.la
libgstmxf_la_SOURCES = \
mxf.c \
mxfdemux.c \
mxfparse.c \
mxfaes-bwf.c \
mxfmpeg.c \
mxfdv-dif.c \
mxfalaw.c \
mxfjpeg2000.c \
mxfd10.c \
mxfup.c \
mxfvc3.c \
mxfmetadata.c \
mxfdms1.c
libgstmxf_la_CFLAGS = $(GST_CFLAGS) $(GST_BASE_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS)
libgstmxf_la_LIBADD = $(GST_LIBS) $(GST_BASE_LIBS) $(GST_PLUGINS_BASE_LIBS) \
-lgstvideo-@GST_MAJORMINOR@
libgstmxf_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
noinst_HEADERS = \
mxfdemux.h \
mxfparse.h \
mxfaes-bwf.h \
mxfmpeg.h \
mxfdv-dif.h \
mxfalaw.h \
mxfjpeg2000.h \
mxfd10.h \
mxfup.h \
mxfvc3.h \
mxftypes.h \
mxfmetadata.h \
mxfdms1.h