2011-02-14 17:51:32 +00:00
|
|
|
|
2015-11-01 13:21:45 +00:00
|
|
|
plugin_LTLIBRARIES = libgsthls.la
|
2011-02-14 17:51:32 +00:00
|
|
|
|
2015-11-01 13:21:45 +00:00
|
|
|
libgsthls_la_SOURCES = \
|
2011-02-14 17:51:32 +00:00
|
|
|
m3u8.c \
|
|
|
|
gsthlsdemux.c \
|
2016-02-24 05:57:16 +00:00
|
|
|
gsthlsdemux-util.c \
|
2015-11-01 13:21:45 +00:00
|
|
|
gsthlsplugin.c \
|
2012-11-10 13:26:46 +00:00
|
|
|
gsthlssink.c \
|
2017-04-19 12:47:57 +00:00
|
|
|
gsthlssink2.c \
|
2012-11-10 13:26:46 +00:00
|
|
|
gstm3u8playlist.c
|
2011-02-14 17:51:32 +00:00
|
|
|
|
2016-03-04 03:15:07 +00:00
|
|
|
libgsthls_la_CFLAGS = $(GST_PLUGINS_BAD_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS) $(LIBGCRYPT_CFLAGS) $(NETTLE_CFLAGS) $(OPENSSL_CFLAGS)
|
2015-11-01 13:21:45 +00:00
|
|
|
libgsthls_la_LIBADD = \
|
2013-05-15 07:20:45 +00:00
|
|
|
$(top_builddir)/gst-libs/gst/uridownloader/libgsturidownloader-@GST_API_VERSION@.la \
|
2014-08-27 19:26:19 +00:00
|
|
|
$(top_builddir)/gst-libs/gst/adaptivedemux/libgstadaptivedemux-@GST_API_VERSION@.la \
|
2016-08-06 23:31:23 +00:00
|
|
|
$(GST_PLUGINS_BASE_LIBS) -lgstpbutils-$(GST_API_VERSION) -lgstvideo-$(GST_API_VERSION) -lgsttag-$(GST_API_VERSION) \
|
2015-08-30 14:55:51 +00:00
|
|
|
$(GST_BASE_LIBS) $(GST_LIBS) $(LIBM) $(LIBGCRYPT_LIBS) $(NETTLE_LIBS) $(OPENSSL_LIBS)
|
2015-11-01 13:21:45 +00:00
|
|
|
libgsthls_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) -no-undefined
|
2011-02-14 17:51:32 +00:00
|
|
|
|
|
|
|
# headers we need but don't want installed
|
|
|
|
noinst_HEADERS = \
|
2015-11-01 13:21:45 +00:00
|
|
|
gsthls.h \
|
2011-02-14 17:51:32 +00:00
|
|
|
gsthlsdemux.h \
|
2012-11-14 11:35:23 +00:00
|
|
|
gsthlssink.h \
|
2017-04-19 12:47:57 +00:00
|
|
|
gsthlssink2.h \
|
2012-11-14 11:35:23 +00:00
|
|
|
gstm3u8playlist.h \
|
2012-09-08 13:43:37 +00:00
|
|
|
m3u8.h
|