gstreamer/ext/dash/Makefile.am

24 lines
686 B
Makefile
Raw Normal View History

2013-05-08 14:13:32 +00:00
plugin_LTLIBRARIES = libgstdashdemux.la
libgstdashdemux_la_SOURCES = \
gstmpdparser.c \
gstdashdemux.c \
gstplugin.c \
gstdownloadrate.c
2013-05-08 14:13:32 +00:00
# headers we need but don't want installed
noinst_HEADERS = \
gstmpdparser.h \
gstdashdemux.h \
gstdownloadrate.h
2013-05-08 14:13:32 +00:00
# compiler and linker flags used to compile this plugin, set in configure.ac
libgstdashdemux_la_CFLAGS = $(GST_PLUGINS_BAD_CFLAGS) $(GST_CFLAGS)
libgstdashdemux_la_LIBADD = \
$(top_builddir)/gst-libs/gst/uridownloader/libgsturidownloader-$(GST_MAJORMINOR).la \
$(GST_LIBS) $(GST_BASE_LIBS)
2013-05-08 14:13:32 +00:00
libgstdashdemux_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
libgstdashdemux_la_LIBTOOLFLAGS = --tag=disable-static