summaryrefslogtreecommitdiffstats
path: root/gst/qtdemux/Makefile.am
blob: 2c4aa52ad007c1285d37fce7ae89a2d8b9ff9b0d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16

plugin_LTLIBRARIES = libgstqtdemux.la

libgstqtdemux_la_CFLAGS = ${GST_CFLAGS} $(GST_PLUGINS_BASE_CFLAGS) 
libgstqtdemux_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) $(GST_BASE_LIBS) $(ZLIB_LIBS) \
                      -lgstrtp-@GST_MAJORMINOR@
libgstqtdemux_la_LDFLAGS = ${GST_PLUGIN_LDFLAGS} 
libgstqtdemux_la_SOURCES = quicktime.c gstrtpxqtdepay.c qtdemux.c qtdemux_types.c qtdemux_dump.c

noinst_HEADERS = \
	qtdemux.h        \
	qtdemux_types.h  \
	qtdemux_dump.h   \
	qtdemux_fourcc.h \
	qtpalette.h      \
	gstrtpxqtdepay.h