projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
acd20a7
)
hls: dist all header files needed to build
author
Tim-Philipp Müller
<tim@centricular.net>
Wed, 14 Nov 2012 11:35:23 +0000
(11:35 +0000)
committer
Tim-Philipp Müller
<tim@centricular.net>
Wed, 14 Nov 2012 11:35:23 +0000
(11:35 +0000)
gst/hls/Makefile.am
patch
|
blob
|
history
diff --git
a/gst/hls/Makefile.am
b/gst/hls/Makefile.am
index f29ffbf1dad77af79ea5dd34cecf16b21becb1df..a926d08d647eef96b2f8f3a6d6da0d7ec8315255 100644
(file)
--- a/
gst/hls/Makefile.am
+++ b/
gst/hls/Makefile.am
@@
-1,7
+1,6
@@
plugin_LTLIBRARIES = libgstfragmented.la
-# FIXME: hlssink
libgstfragmented_la_SOURCES = \
m3u8.c \
gsthlsdemux.c \
@@
-18,13
+17,12
@@
libgstfragmented_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) -no-undefined
libgstfragmented_la_LIBTOOLFLAGS = --tag=disable-static
# headers we need but don't want installed
-#
-# gstm3u8playlist.h
-# gsthlssink.h
noinst_HEADERS = \
gstfragmented.h \
gstfragment.h \
gsthlsdemux.h \
+ gsthlssink.h \
+ gstm3u8playlist.h \
gsturidownloader.h \
m3u8.h