mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-08 10:31:05 +00:00
7f442ab1c1
Uses gstriff to parse the wave headers appropriately. Tested with MS-ADPCM content.
23 lines
690 B
Makefile
23 lines
690 B
Makefile
|
|
plugin_LTLIBRARIES = libgstqtdemux.la
|
|
|
|
libgstqtdemux_la_CFLAGS = ${GST_CFLAGS} $(GST_PLUGINS_BASE_CFLAGS)
|
|
libgstqtdemux_la_LIBADD = \
|
|
$(GST_PLUGINS_BASE_LIBS) \
|
|
-lgstriff-@GST_MAJORMINOR@ \
|
|
-lgstaudio-@GST_MAJORMINOR@ \
|
|
-lgstrtp-@GST_MAJORMINOR@ \
|
|
-lgsttag-@GST_MAJORMINOR@ \
|
|
$(GST_BASE_LIBS) $(ZLIB_LIBS)
|
|
libgstqtdemux_la_LDFLAGS = ${GST_PLUGIN_LDFLAGS}
|
|
libgstqtdemux_la_SOURCES = quicktime.c gstrtpxqtdepay.c qtdemux.c qtdemux_types.c qtdemux_dump.c
|
|
libgstqtdemux_la_LIBTOOLFLAGS = --tag=disable-static
|
|
|
|
noinst_HEADERS = \
|
|
qtatomparser.h \
|
|
qtdemux.h \
|
|
qtdemux_types.h \
|
|
qtdemux_dump.h \
|
|
qtdemux_fourcc.h \
|
|
qtpalette.h \
|
|
gstrtpxqtdepay.h
|