mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-06 23:48:53 +00:00
hls: dist all header files needed to build
This commit is contained in:
parent
acd20a7960
commit
3abce95e61
1 changed files with 2 additions and 4 deletions
|
@ -1,7 +1,6 @@
|
||||||
|
|
||||||
plugin_LTLIBRARIES = libgstfragmented.la
|
plugin_LTLIBRARIES = libgstfragmented.la
|
||||||
|
|
||||||
# FIXME: hlssink
|
|
||||||
libgstfragmented_la_SOURCES = \
|
libgstfragmented_la_SOURCES = \
|
||||||
m3u8.c \
|
m3u8.c \
|
||||||
gsthlsdemux.c \
|
gsthlsdemux.c \
|
||||||
|
@ -18,13 +17,12 @@ libgstfragmented_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) -no-undefined
|
||||||
libgstfragmented_la_LIBTOOLFLAGS = --tag=disable-static
|
libgstfragmented_la_LIBTOOLFLAGS = --tag=disable-static
|
||||||
|
|
||||||
# headers we need but don't want installed
|
# headers we need but don't want installed
|
||||||
#
|
|
||||||
# gstm3u8playlist.h
|
|
||||||
# gsthlssink.h
|
|
||||||
noinst_HEADERS = \
|
noinst_HEADERS = \
|
||||||
gstfragmented.h \
|
gstfragmented.h \
|
||||||
gstfragment.h \
|
gstfragment.h \
|
||||||
gsthlsdemux.h \
|
gsthlsdemux.h \
|
||||||
|
gsthlssink.h \
|
||||||
|
gstm3u8playlist.h \
|
||||||
gsturidownloader.h \
|
gsturidownloader.h \
|
||||||
m3u8.h
|
m3u8.h
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue