2002-05-01 18:41:59 +00:00
|
|
|
|
2002-05-13 14:51:01 +00:00
|
|
|
plugin_LTLIBRARIES = libgstqtdemux.la
|
2002-05-01 18:41:59 +00:00
|
|
|
|
2010-03-18 21:14:17 +00:00
|
|
|
libgstqtdemux_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS)
|
2007-09-05 16:23:21 +00:00
|
|
|
libgstqtdemux_la_LIBADD = \
|
2010-01-04 23:44:28 +00:00
|
|
|
$(GST_PLUGINS_BASE_LIBS) \
|
|
|
|
-lgstriff-@GST_MAJORMINOR@ \
|
|
|
|
-lgstaudio-@GST_MAJORMINOR@ \
|
|
|
|
-lgstrtp-@GST_MAJORMINOR@ \
|
|
|
|
-lgsttag-@GST_MAJORMINOR@ \
|
2010-03-18 21:14:17 +00:00
|
|
|
$(GST_BASE_LIBS) $(GST_LIBS) $(ZLIB_LIBS)
|
2002-05-13 14:51:01 +00:00
|
|
|
libgstqtdemux_la_LDFLAGS = ${GST_PLUGIN_LDFLAGS}
|
2010-03-26 16:50:22 +00:00
|
|
|
libgstqtdemux_la_SOURCES = quicktime.c gstrtpxqtdepay.c \
|
|
|
|
qtdemux.c qtdemux_types.c qtdemux_dump.c qtdemux_lang.c
|
2008-11-04 12:28:34 +00:00
|
|
|
libgstqtdemux_la_LIBTOOLFLAGS = --tag=disable-static
|
2002-05-01 18:41:59 +00:00
|
|
|
|
2007-01-12 12:10:19 +00:00
|
|
|
noinst_HEADERS = \
|
2009-07-01 12:49:57 +00:00
|
|
|
qtatomparser.h \
|
2007-01-12 12:10:19 +00:00
|
|
|
qtdemux.h \
|
|
|
|
qtdemux_types.h \
|
|
|
|
qtdemux_dump.h \
|
|
|
|
qtdemux_fourcc.h \
|
2010-03-26 16:50:22 +00:00
|
|
|
qtdemux_lang.h \
|
gst/qtdemux/: Add X-QT depayloader that will eventually share code with the demuxer.
Original commit message from CVS:
* gst/qtdemux/Makefile.am:
* gst/qtdemux/gstrtpxqtdepay.c: (gst_rtp_xqt_depay_base_init),
(gst_rtp_xqt_depay_class_init), (gst_rtp_xqt_depay_init),
(gst_rtp_xqt_depay_finalize), (gst_rtp_quicktime_parse_sd),
(gst_rtp_xqt_depay_setcaps), (gst_rtp_xqt_depay_process),
(gst_rtp_xqt_depay_set_property), (gst_rtp_xqt_depay_get_property),
(gst_rtp_xqt_depay_change_state), (gst_rtp_xqt_depay_plugin_init):
* gst/qtdemux/gstrtpxqtdepay.h:
* gst/qtdemux/qtdemux.c: (gst_qtdemux_base_init),
(gst_qtdemux_loop_state_header), (gst_qtdemux_loop),
(qtdemux_parse_moov), (qtdemux_parse_container),
(qtdemux_parse_node), (gst_qtdemux_add_stream),
(qtdemux_parse_trak), (qtdemux_audio_caps):
* gst/qtdemux/qtdemux.h:
* gst/qtdemux/quicktime.c: (plugin_init):
Add X-QT depayloader that will eventually share code with the demuxer.
Make new plugin entry point with quicktime releated stuff.
2007-01-12 17:16:51 +00:00
|
|
|
qtpalette.h \
|
|
|
|
gstrtpxqtdepay.h
|